QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#32135 | #1. I/O Test | RcX9GLlqXIOSDE | 1.23456 | 11ms | 3736kb | C++23 | 469b | 2022-05-17 19:48:52 | 2022-05-17 20:15:39 |
Judging History
config.txt
123456 123456
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;
}
}
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";
}
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 0
Wrong Answer
Test #1:
score: 0
Wrong Answer
time: 11ms
memory: 3660kb
input:
123456 104975855 751036027 911514931 891776370 371192806 533681752 769996161 125818233 513099271 768302141 604975486 178595970 639987634 498495529 696621352 300546293 212307050 194326270 595590823 175169695 328040630 955623057 247612596 660388558 943903470 601111574 495366669 560595824 992262515 479...
output:
result:
wrong output format Unexpected end of file - int64 expected
Subtask #2:
score: 1.23456
Acceptable Answer
Test #2:
score: 1.23456
Acceptable Answer
time: 9ms
memory: 3736kb
input:
123456
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.01234560 output test passed