提交记录 27496
用户 |
题目 |
状态 |
得分 |
用时 |
内存 |
语言 |
代码长度 |
ppip |
test. 自定义测试 |
Accepted |
100 |
98.473 ms |
10556 KB |
C++ |
454 B |
提交时间 |
评测时间 |
2024-12-17 16:14:45 |
2024-12-17 16:14:47 |
#include <bits/stdc++.h>
using namespace std;
constexpr int S2=1<<20;
char buf2[S2],*l2=buf2;
// #define putchar(c) (l2==buf2+S2&&(fwrite(buf2,1,S2,stdout),l2=buf2),*l2++=(c))
int _st[22];
template<typename T>inline void write(T x)
{
int tp=0;
do
_st[++tp]=x%10;
while(x/=10);
while(tp)
putchar(_st[tp--]+'0');
putchar('\n');
}
int main() {
ios::sync_with_stdio(false);
mt19937 rnd(0xb6e0);
for (int i{0};i<1e6;++i) write(rnd());
return 0;
}
Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
Testcase #1 | 98.473 ms | 10 MB + 316 KB | Accepted | Score: 100 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2025-04-20 04:05:44 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠