QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#727038#1. I/O TestTheZone1.0E-5 0ms3648kbC++20342b2024-11-09 11:05:162024-11-09 11:05:16

Judging History

你现在查看的是最新测评结果

  • [2024-11-09 11:05:16]
  • 评测
  • 测评结果:1.0E-5
  • 用时:0ms
  • 内存:3648kb
  • [2024-11-09 11:05:16]
  • 提交

config.txt

1 1

input_test

#include<bits/stdc++.h>
using namespace std;long long n,ans,x;int main(){cin.tie(nullptr)->sync_with_stdio(false);cin>>n;for(int i=1;i<=n;i++) cin>>x,ans+=x;cout<<ans;return 0;}

output_test

#include<bits/stdc++.h>
using namespace std;const int N=10;int n;int main(){cin.tie(nullptr)->sync_with_stdio(false);cin>>n;while(n--) cout<<N<<' ';return 0;}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 1e-05
Acceptable Answer

Test #1:

score: 1e-05
Acceptable Answer
time: 0ms
memory: 3572kb

input:

1
841080758 

output:

841080758

result:

points 0.00000010 input test passed

Subtask #2:

score: 0
Wrong Answer

Test #2:

score: 0
Wrong Answer
time: 0ms
memory: 3648kb

input:

1

output:

10 

result:

wrong answer Integer 10 violates the range [10^8, 999999999]