提交记录 11428
| 提交时间 |
评测时间 |
| 2020-01-12 11:36:28 |
2023-09-03 19:39:20 |
#include <iostream>
using namespace std;
int main() {
ios::sync_with_stdio(false);
cin.tie(0);
cout.tie(0);
int tmp, n = 1000000;
for(int i = 1; i <= n; ++i) cin >> tmp;
for(int i = 1; i <= n; ++i) cout << tmp << '\n';
return 0;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 83.129 ms | 1 MB + 992 KB | Accepted | Score: 100 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-03-27 19:37:49 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠