提交记录 27499 
	
	
	
		
			
				
					| 用户 | 题目 | 状态 | 得分 | 用时 | 内存 | 语言 | 代码长度 | 
				
					| ppip | test. 自定义测试 | Accepted | 100 | 32.632 ms | 10300 KB | C++ | 435 B | 
			
			
				
					| 提交时间 | 评测时间 | 
				
					| 2024-12-17 16:18:03 | 2024-12-17 16:18:06 | 
			
			
			
			
			
				
				#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');
}
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 | 32.632 ms | 10 MB + 60 KB | Accepted | Score: 100 | 显示更多 | 
 
		 
	 
	
	
	
		
			Judge Duck Online | 评测鸭在线 
			Server Time: 2025-10-31 23:05:58 | Loaded in 1 ms |  Server Status  
			个人娱乐项目,仅供学习交流使用 |  捐赠