QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#427082 | #1. I/O Test | bycwxbd | 0 | 516ms | 3584kb | C++14 | 382b | 2024-06-01 09:28:37 | 2024-06-01 09:28:37 |
Judging History
config.txt
10000000 10000000
input_test
#include <bits/stdc++.h>
using namespace std;
int n, x;
long long sum;
int main(){
cin >> n;
for(int i = 1; i <= n; i++){
cin >> x;
sum += x;
}
cout << sum << endl;
return 0;
}
output_test
#include <bits/stdc++.h>
using namespace std;
int n;
int main(){
cin >> n;
for(int i = 1e8; i <= 1e8 + n; i++){
cout << i << ' ';
}
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 0
input_test Time Limit Exceeded
Test #1:
score: 0
input_test Time Limit Exceeded
input:
10000000 333550205 279559911 432370347 555083293 777975234 408792860 845197915 922215090 240973734 287181304 249968269 781256006 470793754 724765047 734308562 127937226 756800722 653313836 501900064 227255242 338579241 706815606 752378882 453559507 636149150 151460753 408644240 774634018 425131615 4...
output:
result:
Subtask #2:
score: 0
Wrong Answer
Test #2:
score: 0
Wrong Answer
time: 516ms
memory: 3584kb
input:
10000000
output:
100000000 100000001 100000002 100000003 100000004 100000005 100000006 100000007 100000008 100000009 100000010 100000011 100000012 100000013 100000014 100000015 100000016 100000017 100000018 100000019 100000020 100000021 100000022 100000023 100000024 100000025 100000026 100000027 100000028 100000029 ...
result:
wrong output format Extra information in the output file