QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#699289 | #1. I/O Test | ChenHanzhang | 100 | 605ms | 3912kb | C++14 | 282b | 2024-11-02 08:13:27 | 2024-11-02 08:13:27 |
Judging History
config.txt
10000000 10000000
input_test
#include<bits/stdc++.h>
using namespace std;
int main(){
long long n;
scanf("%lld",&n);
long long sum=0;
while(n--){
long long x;
scanf("%lld",&x);
sum+=x;
}
printf("%lld\n",sum);
return 0;
}
output_test
n = int(input())
print('100000000 ' * 10 ** 7)
详细
Subtask #1:
score: 100
Accepted
Test #1:
score: 100
Accepted
time: 605ms
memory: 3912kb
input:
10000000 680683425 246921831 736162517 553024716 850452953 616063348 399253651 587923405 977444283 118766289 764694221 620885456 865962936 136617404 700363774 289031716 533066788 304900365 830571544 570942940 324081012 221906942 592518572 464325111 503126322 422012602 132914658 729537498 732748072 2...
output:
5501378185011816
result:
points 1.0 input test passed
Subtask #2:
score: 0
output_test Runtime Error
Test #2:
score: 0
output_test Runtime Error
input:
10000000