QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#324862 | #1. I/O Test | xyhhhhh | 100 | 483ms | 3608kb | C++20 | 426b | 2024-02-11 00:55:58 | 2024-02-11 00:55:59 |
Judging History
config.txt
10000000 10000000
input_test
#include<bits/stdc++.h>
#define ll long long
using namespace std;
int main()
{
ll n,sum=0,tmp;
cin>>n;
while(n--)
{
cin>>tmp;
sum+=tmp;
}
cout<<sum<<endl;
return 0;
}
output_test
#include<bits/stdc++.h>
#define ll long long
using namespace std;
int main()
{
ll n;
cin>>n;
while(n--)
{
cout<<100000000<<" ";
}
return 0;
}
详细
Subtask #1:
score: 0
input_test Time Limit Exceeded
Test #1:
score: 0
input_test Time Limit Exceeded
input:
10000000 561916851 462797844 691775551 934370261 167614293 321913026 261693713 726044159 765840278 391236280 666249186 404536349 628295263 246933835 393750341 709539622 770636130 165512589 178527249 906761835 202454241 856271535 700701775 892024302 876901691 387352052 200224658 958362243 484916057 1...
output:
result:
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 483ms
memory: 3608kb
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