繁花落尽时,冥云散去间. 长风啸雄骑,狂日逐波澜. 血满英雄路,功成万骨枯. 梦醒花犹存,铁甲依然在
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; string a,b; string c[114514]; int idx= 0,cnt,z; int main(){ cin >> a; getchar(); getline(cin,b); // //cout = 'A') { a[i] +=…
代码: ```cpp #include using namespace std; struct stu { int c,s,y,pm; }a[1000000],b[1000000]; int cmp(stu p,stu q){ int f = p.c + p.s + p.y,d = q.c + q.s + q.y; i…
在讨论《AC还是没AC?》回复:
@[CSPJ300_DRC1005](luogu://user/1187571) 谢谢
在讨论《AC还是没AC?》回复:
@[Cey666](luogu://user/1043361) 谢谢
在讨论《AC还是没AC?》回复:
@[0oOo0](luogu://user/994690) 谢谢
在讨论《AC还是没AC?》回复:
@[hjb13357896690](luogu://user/1288331)谢谢
AC了,但是显示unaccepted是怎么回事?有一个下面的测试点错了 代码: ```cpp #include #include #include #include using namespace std; int ma[5010][5010]; int main(){ int n,m; cin >> n >> m;…
在讨论《学八年级,但是不知道这个符号(玄关)》回复:
alpha(阿尔法) 角度 用来设未知数
```cpp #include using namespace std; int a[10086]; int gcd(int a,int b) { return b != 0 ? gcd(b,a % b) : a; } int gbs(int a,int b){ return a * b / gcd(a,b); } i…