秩序,不可破!
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《洛谷入门赛 #29 赛时答疑帖》回复:
发现有人有作弊嫌疑怎么办? 排名 #421 用户名 Wuyuetongzhou 总分 7012 用时 (44.05min)
求这个程序编译失败的原因 ```cpp #include using namespace std; int n,num,ans[200000]; struct student{ int a,b,c,id; } s[200000]; bool acmp(student x,student y){ return x.a>y…
```c #include using namespace std; char a[101]; int x;//字符串长度 int wd[26]={0};//字母表 int mmax=0,mmin=100; int ans; int main(){ cin>>a; x=strlen(a); for(int i=0;i…
在讨论《洛谷咕值系统介绍》回复:
复制粘贴题解会怎么样啊?