QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#32138 | #1. I/O Test | RcX9GLlqXIOSDE | 131.1111 | 585ms | 3580kb | C++23 | 499b | 2022-05-17 19:50:26 | 2022-05-17 20:16:06 |
Judging History
config.txt
6555555 6555555
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;
}
std::cout << sum << '\n';
}
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: 65.5555
Acceptable Answer
Test #1:
score: 65.5555
Acceptable Answer
time: 585ms
memory: 3464kb
input:
6555555 549606496 445084185 963889047 906674329 668802408 683803672 814096190 612610542 356379124 409825313 778336198 830221596 162229523 724913488 756885528 363374893 842794512 853806400 143291157 515725376 942073342 741772013 285912806 764718941 816858397 106126595 923241308 188017709 516425952 85...
output:
3604803739757017
result:
points 0.65555550 input test passed
Subtask #2:
score: 65.5555
Acceptable Answer
Test #2:
score: 65.5555
Acceptable Answer
time: 145ms
memory: 3580kb
input:
6555555
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.65555550 output test passed