QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#32140 | #1. I/O Test | RcX9GLlqXIOSDE | 161.1111 | 915ms | 3648kb | C++23 | 499b | 2022-05-17 19:54:12 | 2022-05-17 20:16:17 |
Judging History
config.txt
9555555 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: 95.5555
Acceptable Answer
Test #1:
score: 95.5555
Acceptable Answer
time: 915ms
memory: 3556kb
input:
9555555 307443652 421158173 938795535 974240886 465211468 347048274 242000088 642060007 431289407 359269139 461211730 733423936 747767037 669732414 449145305 360128729 996695213 220261386 674631931 529205897 345523199 375811400 759992998 540098745 977592275 504852208 837508122 549525237 614648816 15...
output:
5255503112085693
result:
points 0.95555550 input test passed
Subtask #2:
score: 65.5555
Acceptable Answer
Test #2:
score: 65.5555
Acceptable Answer
time: 194ms
memory: 3648kb
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