提交记录 11455


用户 题目 状态 得分 用时 内存 语言 代码长度
oldherd test. 自定义测试 Accepted 100 17.615 ms 456 KB C++ 334 B
提交时间 评测时间
2020-01-12 11:45:12 2023-09-03 19:39:33
#include <iostream>

using namespace std;

int a[1000000], b[1000000], c[1000000];

int main() {
    ios::sync_with_stdio(false);
    cin.tie(0);
    cout.tie(0);
    int tmp, n = 100000;
    for(int i = 1; i <= n; ++i) cin >> a[i] >> b[i] >> c[i];
    for(int i = 1; i <= n; ++i) cout << a[i] << b[i] << c[i] << '\n';
    return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #117.615 ms456 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2026-03-27 19:37:49 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠