提交记录 12413


用户 题目 状态 得分 用时 内存 语言 代码长度
panyf test. 自定义测试 Accepted 100 1.605 ms 1188 KB C++11 310 B
提交时间 评测时间
2020-04-05 16:34:03 2023-09-03 19:40:14
#include<bits/stdc++.h>
using namespace std;
char c2[999999],st[13],*k3=c2,*k4;
inline void out(int x){
	if(!x){
		*k3++=48,*k3++=' ';
		return;
	}
	for(k4=st+1,*k4=' ';x;*++k4=x%10+48,x/=10);
	for(;k4!=st;*k3++=*k4--);
}
int main(){
	
	for(int i=1;i<100000;++i)out(i);
	fwrite(c2,1,k3-c2,stdout);
	return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #11.605 ms1 MB + 164 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2024-04-26 15:23:00 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用