提交记录 18582
| 用户 |
题目 |
状态 |
得分 |
用时 |
内存 |
语言 |
代码长度 |
| TOE |
test. 自定义测试 |
Accepted |
100 |
59.01 ms |
5784 KB |
C++ |
173 B |
| 提交时间 |
评测时间 |
| 2022-10-26 21:39:07 |
2023-09-03 19:42:18 |
#include<iostream>
#include<cstdio>
using namespace std;
int n=1000000;
int main(){
for(int i=1;i<=n;i++){
cout << i;
// printf("%d",i);
}
return 0;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 59.01 ms | 5 MB + 664 KB | Accepted | Score: 100 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-15 19:35:26 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠