QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#699308 | #1. I/O Test | ChenHanzhang | 100 | 625ms | 3868kb | C++14 | 383b | 2024-11-02 08:16:55 | 2024-11-02 08:16:58 |
Judging History
config.txt
10000000 100
input_test
#include<bits/stdc++.h>
using namespace std;
int main(){
long long n;
scanf("%lld",&n);
long long sum=0;
while(n--){
long long x;
scanf("%lld",&x);
sum+=x;
}
printf("%lld\n",sum);
return 0;
}
output_test
#include<bits/stdc++.h>
using namespace std;
int main(){
long long n;
scanf("%d",&n);
while(n--){
printf("%d\n",100000000);
}
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 100
Accepted
Test #1:
score: 100
Accepted
time: 625ms
memory: 3868kb
input:
10000000 498939914 764650416 227085288 768384202 255751288 458324109 976271950 951554287 732787935 957284882 190686024 362438361 205069318 109214049 213221232 945085853 507944967 979806080 784024844 399741389 358205304 210090610 272962018 775848306 112022229 228792258 745481034 175716241 382328994 9...
output:
5499590998672597
result:
points 1.0 input test passed
Subtask #2:
score: 0
output_test Output Limit Exceeded
Test #2:
score: 0
output_test Output Limit Exceeded
input:
100
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 ...