QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#32137 | #1. I/O Test | RcX9GLlqXIOSDE | 111.1111 | 531ms | 3684kb | C++23 | 499b | 2022-05-17 19:49:46 | 2022-05-17 20:15:56 |
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;
}
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: 55.5555
Acceptable Answer
Test #1:
score: 55.5555
Acceptable Answer
time: 531ms
memory: 3680kb
input:
5555555 926036459 230185355 218619441 661691617 869220155 267131834 598329582 555930335 194424731 772799239 477202690 540348418 494912432 666478534 206214735 726207440 601794386 192941243 532225666 955379146 248231554 380163736 391224552 976971436 674415707 729235970 193128955 218990597 301451168 53...
output:
3056040281093627
result:
points 0.55555550 input test passed
Subtask #2:
score: 55.5555
Acceptable Answer
Test #2:
score: 55.5555
Acceptable Answer
time: 148ms
memory: 3684kb
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