提交记录 27497


用户 题目 状态 得分 用时 内存 语言 代码长度
ppip test. 自定义测试 Accepted 100 32.83 ms 11324 KB C++ 451 B
提交时间 评测时间
2024-12-17 16:14:59 2024-12-17 16:15:02
#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;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #132.83 ms11 MB + 60 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2025-04-20 03:29:04 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠