QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#864390 | #1. I/O Test | lql | 0 | 0ms | 0kb | C++26 | 765b | 2025-01-20 15:46:30 | 2025-01-20 15:46:31 |
config.txt
10000000 10000000
input_test
#include<bits/stdc++.h>
#include<bits/extc++.h>
using namespace std;
using namespace __gnu_cxx;
using namespace __gnu_pbds;
#define ll long long
#define elif else if
#define sf scanf
#define pf printf
signed main(){
ios::sync_with_stdio(0);
cin.tie(0),cout.tie(0);
int n;
cin>>n;
ll res=0;
for(int i=1,a;i<=n;i++) cin>>a,res+=a;
cout<<res;
return 0;
}
output_test
#include<bits/stdc++.h>
#include<bits/extc++.h>
using namespace std;
using namespace __gnu_cxx;
using namespace __gnu_pbds;
#define ll long long
#define elif else if
#define sf scanf
#define pf printf
signed main(){
ios::sync_with_stdio(0);
cin.tie(0),cout.tie(0);
int n;
cin>>n;
for(int i=0;i<n;i++) cout<<int(i+1e8*1)<<" ";
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 0
input_test Judgement Failed
Test #1:
score: 0
input_test Judgement Failed
input:
10000000 265626190 360984021 761013380 438808589 139903892 308957247 291220946 160840893 648642912 134187639 785636859 306979158 693946904 818561138 704879206 122484062 372265524 337400268 833246543 744671904 833364097 640208078 826998862 344781957 342071162 215078692 270709401 872397174 960720665 9...
output:
result:
Subtask #2:
score: 0
output_test Judgement Failed
Test #2:
score: 0
output_test Judgement Failed
input:
10000000