QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#61950 | #1. I/O Test | gdf_yhm | 100 | 432ms | 3344kb | C++14 | 286b | 2022-11-16 08:02:13 | 2022-11-16 08:02:15 |
Judging History
config.txt
10000000 10000000
input_test
#include<bits/stdc++.h>
using namespace std;
int main(){
long long n,a,ans=0;
cin>>n;
for(int i=1;i<=n;i++)cin>>a,ans+=a;
cout<<ans;
}
output_test
#include<bits/stdc++.h>
using namespace std;
int main(){
int n,a,ans=0;
cin>>n;
for(int i=1;i<=n;i++)cout<<"100000000 ";
}
詳細信息
Subtask #1:
score: 0
input_test Time Limit Exceeded
Test #1:
score: 0
input_test Time Limit Exceeded
input:
10000000 168798368 588350818 721101830 754911685 683196255 188719464 669059900 938343527 650563979 610205648 504057698 253686609 215779167 835688844 213179489 800152469 711231103 802340755 861461780 501748981 493612867 988424150 470230462 538656110 991003467 942777635 651660150 542591136 947658988 6...
output:
result:
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 432ms
memory: 3344kb
input:
10000000
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 ...
result:
points 1.0 output test passed