CSP-2023 GD 迷惑行为大赏
Disjoint_cat · · 个人记录
本迷惑行为大赏以统计为主。
(持续更新)
J
1. 总览
这次 CSP-J 中,总共有
其中,一共有 #include,这说明还有大概
bits/stdc++.h 共有
没有出现 bits\stdc++.h。
using namespace std; 一共有
int main() 一共有
int mian() 一共有 GD-J01852。恭喜 TA 成功爆零
freopen 一共有
froepen 一共有 GD-J00282(猜猜这是谁,你可以在 TA 的代码里找到)是在 uqe 一题中写迷惑行为写出来
而 GD-J01389 是在 uqe 一题里的注释中写出,注释中有乱码,其中还有 ccf in out 等字眼。
只有 GD-J01816 的 apple 一题成功因此 CE 抱灵。
//freopen 共有
ccf 一共有 csp 一共有 genshin 一共有
rp 一共有 rp++ 有 afo 有 AK(区分大小写,不然会把 break 和 make_pair 算进去)共有 ioi 一共有
fuck,fxxk,fxck,f**k,f*ck 等均没有出现,这说明 OIer 的素质有所提升。
迷惑 共有
fst 一共有
never gonna 一共有 rick 有
2. 个人秀
GD-J00002
在四道题中均写了一句:
//-------------------------------RP++-------------------------------
GD-J00004
bus 一题代码:
#include <bits/stdc++.h>
using namespace std;
const int maxn = 1e4;
vector<int> mp[maxn][maxn];
int n, m, k, u, v, a;
int main()
{
cin >> n >> m >> k;
return 0;
}
只输入+无 freopen 人。
GD-J00059
这人的 uqe 把
long long prime[] = {0, 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, ...};
这人的 apple 不知道打了一个什么表然后还注释掉了,结果导致了
GD-J00074
空文件夹人。
GD-J00075
.pas 人(apple)。
GD-J00132
这人把 apple 的
这个程序占据了整个选手程序文件夹大小的
P.S. 这个程序的打表部分形如:
if(n==1) cout<<1<<' '<<1;
if(n==2) cout<<2<<' '<<2;
if(n==3) cout<<3<<' '<<3;
if(n==4) cout<<3<<' '<<1;
if(n==5) cout<<4<<' '<<4;
if(n==6) cout<<4<<' '<<2;
if(n==7) cout<<4<<' '<<1;
if(n==8) cout<<5<<' '<<5;
if(n==9) cout<<5<<' '<<3;
......
GD-J00282
这人(?)在四题里面均写了 迷惑行为,启动!
在 apple 里写了一首《成都》歌词。
在 road 里实施诈骗行为。
在 uqe 打了两句错得离谱的 froepen 和一个假的 CF FST 记录。(实际上是参考的 CFR #857)
在 bus 里吐槽 -O2,写 CSP-S RP++,还留了个名。
等等,TA 留的这 UID……这迷惑行为大赏谁写的?
GD-J00897
这人在 TA 的文件夹里搞了一个名叫 .DS_Store 的文件,不知道评测会不会出问题。
用记事本打开是乱码。
PS. 关于 .DS_Store
GD-J00981
这人的 bus 在头文件后打了一堆不明所以的 tab,最后面是直接输出了
GD-J01639
.DS_Store 人,同上。
S
1. 总览
这次 CSP-S 中,总共有
其中,一共有 #include,这说明还有大概
bits/stdc++.h 共有
不同的是,GD-S00484 写出了 bits\stdc++.h,让我们恭喜 TA 的爆零!
using namespace std; 一共有
int main() 一共有 这说明至少有 哦我忘了 #define int long long + signed main() 人。
唯一的 int mian() 来自 GD-S00594 的 game 一题。但是并不是拼写错,也不一定会爆零。
freopen 一共有
froepen 一共有 GD-S00038 在 tree 一题中打出的迷惑行为,剩下一个是 GD-S00500 的 struct CE 代码。
//freopen 共有 // freopen 共有
ccf 一共有 csp 一共有 genshin 一共有
rp 一共有 rp++ 有 afo 有 AK(区分大小写,不然会把 break 和 make_pair 算进去)共有 ioi 一共有
fuck 共有 fxxk,fxck,f**k,f*ck 等没有出现。
迷惑 没有出现。
fst 一共有
never gonna 和 rick 都没有出现。
(另:以上有一些实际上很多都是在 game 题的打表代码中出现的。)
2. 个人秀
GD-S00002
仍然是这一句,感觉是同一人。
//------------------------------RP++------------------------------
GD-S00004
随机人
#include<cstdio>
#include<iostream>
#include<algorithm>
using namespace std;
int main()
{
freopen("tree.in","r",stdin);
freopen("tree.out","w",stdout);
printf("%d",rand());
fclose(stdin);
fclose(stdout);
}
另:rand() 好像是在 cstdlib 里的。
GD-S00038
字符画+赛时感+@NaOH_Frog+迷惑 froepen +空代码 人。
没想到的是,代码里有这么一句:
i wrote this story because i want to see it on the 'strange code collection' after competition.
代码太长就放剪贴板了。
GD-S00242
T1 输样例人
诶你还别说,这代码还能拿
#include<bits/stdc++.h>
using namespace std;
int n,ans;
int anss[1000001];
struct node
{
int maze[5];
int jie[1145];
int u;
}m[9];
int main()
{
freopen("lock.in","r",stdin);
freopen("lock.out","w",stdout);
cin >>n;
if(n == 1)
{
cout << 81;
return 0;
}
if(n==2 )
cout << 10;
return 0;
}
GD-S01270
这 Elaina 是谁啊(?
#define I using
#define love namespace
#define Elaina std
I love Elaina;
GD-S01591
禁三人(?
/*
5
2 short fuck
2 int cao
3 cao
4 5
3 fuck
*/
另一个人搞的迷惑行为大赏:https://www.luogu.com.cn/blog/jqqt0220/gd-j-mi-huo-xing-wei#