关于CSP-J

灌水区

@[Wuyuanpei](/user/1373570) 一句扎心的话:几率几乎为零
by luoxiaoran62 @ 2024-09-20 13:23:38


这几年分数线又高了(好像)
by luoxiaoran62 @ 2024-09-20 13:24:33


去年分数线好像是56.5
by Wuyuanpei @ 2024-09-20 13:28:25


坐标貌似一样,CuBall
by da_sha_bring @ 2024-09-20 13:36:54


悲)
by Wuyuanpei @ 2024-09-20 17:09:16


祝我RP++ ```cpp #include <iostream> #include <windows.h> using namespace std; const int MAXN=1e9+7; int rp=1; void turn(int x) { system("color"); if(x==0) system("color 0"); if(x==1) system("color 1"); if(x==2) system("color 2"); if(x==3) system("color 3"); if(x==4) system("color 4"); if(x==5) system("color 5"); if(x==6) system("color 6"); if(x==7) system("color 7"); if(x==8) system("color 8"); if(x==9) system("color 9"); } int main() { for(int a=1;a<=MAXN;a++) { turn(a); for(int i=1;i<=10;i++) { printf("rp=%d,rp++;\n",rp); rp++; Sleep(15); } } return 0; } ```
by Wuyuanpei @ 2024-09-20 17:13:18


|