QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#542949 | #1. I/O Test | sun_vitamessage | 10 | 46ms | 3612kb | C++14 | 394b | 2024-09-01 11:31:07 | 2024-09-01 11:31:07 |
Judging History
config.txt
1000000 1000000
input_test
#include <bits/stdc++.h>
using namespace std;
int main()
{
ios::sync_with_stdio(false),cin.tie(0),cout.tie(0);
long long ans=0;
int n;
cin>>n;
for(int i=1;i<=n;i++)
{
int x;
cin>>x;
ans+=x;
}
cout<<ans<<endl;
return 0;
}
output_test
#include<iostream>
using namespace std;
int main(){
int n;
cin>>n;
for(int i=0;i<n;i++){
cout<<1000000;
}
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 10
Acceptable Answer
Test #1:
score: 10
Acceptable Answer
time: 46ms
memory: 3612kb
input:
1000000 892141304 857825974 305585816 764018455 940056857 917937013 193867683 372106129 745017713 367663946 687816435 680261617 902408454 889604265 358560277 562563851 140196929 393419178 854540605 101739585 504439787 152644748 276112535 832733923 371216638 665475292 345955899 986325181 690119667 65...
output:
549705554548194
result:
points 0.10 input test passed
Subtask #2:
score: 0
Wrong Answer
Test #2:
score: 0
Wrong Answer
time: 35ms
memory: 3596kb
input:
1000000
output:
100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000010000001000000100000...
result:
wrong output format Expected integer, but "100000010000001000000100000010...0001000000100000010000001000000" found