QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#32143 | #1. I/O Test | RcX9GLlqXIOSDE | 171.1111 | 904ms | 3600kb | C++23 | 499b | 2022-05-17 20:11:51 | 2022-05-17 20:16:52 |
Judging History
config.txt
9555555 7555555
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: 904ms
memory: 3600kb
input:
9555555 998512132 893548378 491659705 125794053 342766266 253063444 296866331 162043080 702203963 342879852 728510360 775745191 451378404 302775622 146679255 275001286 631119355 240280842 923151087 406905454 320200652 854395995 725203006 155988225 785445968 840322992 498811202 594245915 160563849 22...
output:
5255745988300327
result:
points 0.95555550 input test passed
Subtask #2:
score: 75.5556
Acceptable Answer
Test #2:
score: 75.5556
Acceptable Answer
time: 188ms
memory: 3464kb
input:
7555555
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.75555550 output test passed