QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#32136 | #1. I/O Test | RcX9GLlqXIOSDE | 55.55555 | 507ms | 3612kb | C++23 | 471b | 2022-05-17 19:49:17 | 2022-05-17 20:15:46 |
Judging History
config.txt
5555555 5555555
input_test
#include <bits/stdc++.h>
using namespace std;
int main() {
ios::sync_with_stdio(false);
cin.tie(nullptr);
cout.tie(nullptr);
int n, x; long long sum = 0;
cin >> n;
while (n--) {
cin >> x;
sum += x;
}
}
output_test
#include <bits/stdc++.h>
using namespace std;
int main() {
ios::sync_with_stdio(false);
cin.tie(nullptr);
cout.tie(nullptr);
int n, x; long long sum = 0;
cin >> n;
while (n--) {
cout << "123456789\n";
}
}
詳細信息
Subtask #1:
score: 0
Wrong Answer
Test #1:
score: 0
Wrong Answer
time: 507ms
memory: 3584kb
input:
5555555 817516593 793266359 516606463 805055903 674999039 949420259 602459402 474595452 267947186 861202401 791400298 265423003 217618432 836617292 579718642 273876520 122091009 874371845 390996543 438290257 428923454 491592331 653633621 518226137 725795456 178119916 519966384 783040124 536255827 71...
output:
result:
wrong output format Unexpected end of file - int64 expected
Subtask #2:
score: 55.5555
Acceptable Answer
Test #2:
score: 55.5555
Acceptable Answer
time: 156ms
memory: 3612kb
input:
5555555
output:
123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 ...
result:
points 0.55555550 output test passed