QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#76423 | #1. I/O Test | liuzhenhao09 | 200 ✓ | 918ms | 3616kb | C++14 | 399b | 2023-02-09 21:19:37 | 2023-02-09 21:19:40 |
Judging History
config.txt
10000000 10000000
input_test
#include<bits/stdc++.h>
#define int long long
using namespace std;
int s = 0,ss = 0,n;
signed main(){
scanf("%lld",&n);
for(int i = 1; i <= 10000000; i++) scanf("%lld",&s),ss += s;
printf("%lld",ss);
return 0;
}
output_test
#include<bits/stdc++.h>
using namespace std;
int main(){
int x = 100000000;
for(int i = 1; i <= 10000000; i++) printf("%d ",x);
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 100
Accepted
Test #1:
score: 100
Accepted
time: 918ms
memory: 3616kb
input:
10000000 668986580 758204128 517553277 275447987 465560153 475536047 561695430 733173375 384309659 916861984 389998153 250970751 188605348 466631623 715634987 591621194 930332823 957396411 992490129 855795600 211586968 484260884 478545512 291385708 157196095 969165197 648511354 629444239 262549243 7...
output:
5499617743663211
result:
points 1.0 input test passed
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 759ms
memory: 3400kb
input:
10000000
output:
100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 100000000 ...
result:
points 1.0 output test passed