社区讨论
hack 96.8% 的题解
P1296奶牛的耳语参与者 3已保存回复 4
讨论操作
快速查看讨论及其快照的属性,并进行相关操作。
- 当前回复
- 4 条
- 当前快照
- 1 份
- 快照标识符
- @m48iqldu
- 此快照首次捕获于
- 2024/12/03 21:52 去年
- 此快照最后确认于
- 2024/12/03 21:57 去年
hack 数据生成器:
CPP#include<bits/stdc++.h>
#define ll long long
#define endl '\n'
using namespace std;
int main(){
// freopen(".in","r",stdin);
freopen("hack.out","w",stdout);
ios::sync_with_stdio(0);
cin.tie(0),cout.tie(0);
cout<<"1000000 10000"<<endl;
for(int i=1;i<=1000000;i++){
cout<<"1 ";
}
return 0;
}
正确输出:
CPP499999500000
tj 死因:
- 十年 OI 一场空,________________
- 没注意到奶牛可以在一个牛栏里(应该是吧,题目中没说保证不在一起)
死者:
- https://www.luogu.com.cn/article/82m99fws
- https://www.luogu.com.cn/article/q6ft24ji
- https://www.luogu.com.cn/article/0z64qgmh 【逆天 RE】
- https://www.luogu.com.cn/article/ux3k4kus 【逆天 TLE】
- https://www.luogu.com.cn/article/j33l0dv5 【逆天 RE*2】
- https://www.luogu.com.cn/article/j66bud7i
- https://www.luogu.com.cn/article/llmoxbbu
- https://www.luogu.com.cn/article/rep4z8p5
- https://www.luogu.com.cn/article/m7k95gbo
- https://www.luogu.com.cn/article/3t3tg9i6
- https://www.luogu.com.cn/article/solg7tol 【最逆天的一个】
- https://www.luogu.com.cn/article/xxadiyuk
- https://www.luogu.com.cn/article/q1tktnsk 【RE】
- https://www.luogu.com.cn/article/3zeofx22
- https://www.luogu.com.cn/article/4s1wbad6
- https://www.luogu.com.cn/article/26mgigsx
- https://www.luogu.com.cn/article/0ox1q5dg 【不,这才是最逆天的一个,CE了!!!】
- https://www.luogu.com.cn/article/pwqondh8 【哈哈哈所有变量都开longlong了唯独答案没开】
- https://www.luogu.com.cn/article/1m9ljazn 【存疑,因为我不会java】
- https://www.luogu.com.cn/article/wq02ic51 【也存疑】
- https://www.luogu.com.cn/article/u9h0n4fs
- https://www.luogu.com.cn/article/u5afav1n
- https://www.luogu.com.cn/article/j4teud7n
- https://www.luogu.com.cn/article/jk3x89ha
- https://www.luogu.com.cn/article/o4qp4nnc 【存疑】
- https://www.luogu.com.cn/article/xwkh0v0b 【咋这么多 P 党】
- https://www.luogu.com.cn/article/gk35ml7g
- https://www.luogu.com.cn/article/2nem5tmy 【。。。】
- https://www.luogu.com.cn/article/rvdvvywr
幸存者:
- https://www.luogu.com.cn/article/5osrywt6 【唯一真神】
敲字不易,希望添加
chen_zhe
回复
共 4 条回复,欢迎继续交流。
正在加载回复...