QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#82770 | #1. I/O Test | zby2022 | Compile Error | / | / | C++14 | 179b | 2023-02-28 18:17:20 | 2023-02-28 18:17:23 |
Judging History
你现在查看的是最新测评结果
- [2023-08-10 23:21:45]
- System Update: QOJ starts to keep a history of the judgings of all the submissions.
- [2023-02-28 18:17:23]
- 评测
- 测评结果:Compile Error
- 用时:0ms
- 内存:0kb
- [2023-02-28 18:17:20]
- 提交
config.txt
#include<bits/stdc++.h> using namespace std; int n,a,sum=0; int main(){ scanf("%d",&n); while(n--){ scanf("%d",&a); sum+=a; } printf("%d\n",sum); return 0; }
input_test
output_test
详细
Invalid Configuration File: failed to read Nin and Nout