QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#405102 | #1. I/O Test | Dinal | 0.002 | 0ms | 3768kb | C++14 | 390b | 2024-05-05 11:21:14 | 2024-05-05 11:21:15 |
Judging History
config.txt
100 100
input_test
#include<bits/stdc++.h>
using namespace std;
int n;
int a[110];
long long ans;
int main(){
cin>>n;
for(int i=1;i<=n;++i){
int x;cin>>x;
ans+=x;
}
printf("%lld\n",ans);
return 0;
}
output_test
#include<bits/stdc++.h>
using namespace std;
int n;
int a[110];
long long ans;
int main(){
cin>>n;
for(int i=1;i<=n;++i){
cout<<100001323<<' ';
}
return 0;
}
詳細信息
Subtask #1:
score: 0.001
Acceptable Answer
Test #1:
score: 0.001
Acceptable Answer
time: 0ms
memory: 3768kb
input:
100 449897951 171946410 149665118 179188378 756898919 477701527 786054147 922846058 309133900 644329152 363831173 786187865 430974963 282506168 523089050 789875304 576726256 133733657 586407722 679217838 629484851 503219709 849223153 410929708 715791064 954947650 283084830 574161566 203447017 990983...
output:
58174312578
result:
points 0.000010 input test passed
Subtask #2:
score: 0.001
Acceptable Answer
Test #2:
score: 0.001
Acceptable Answer
time: 0ms
memory: 3572kb
input:
100
output:
100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 100001323 ...
result:
points 0.000010 output test passed