QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#32142 | #1. I/O Test | RcX9GLlqXIOSDE | 161.1111 | 833ms | 3732kb | C++23 | 499b | 2022-05-17 20:10:36 | 2022-05-17 20:16:40 |
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: 833ms
memory: 3732kb
input:
9555555 400400951 301033634 231207941 873790978 149514619 106784668 829092484 193152971 248828611 522588873 414552685 108624898 764992624 905241333 803773767 258005852 360801165 736335814 210770956 903686115 874479271 526770419 779058935 632659318 269710394 987930611 774042427 303299459 390155903 56...
output:
5255745365566423
result:
points 0.95555550 input test passed
Subtask #2:
score: 65.5555
Acceptable Answer
Test #2:
score: 65.5555
Acceptable Answer
time: 155ms
memory: 3556kb
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