QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#699280 | #1. I/O Test | ChenHanzhang | 100 | 641ms | 3924kb | C++14 | 264b | 2024-11-02 08:11:08 | 2024-11-02 08:11:08 |
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
print('100000000 ' * 10 ** 7)
详细
Subtask #1:
score: 100
Accepted
Test #1:
score: 100
Accepted
time: 641ms
memory: 3924kb
input:
10000000 974417165 129075917 443497540 114866246 778418318 936032372 632475626 318328301 671943193 196504911 418210416 602993759 610476134 102543110 797541763 270453534 303146529 744086928 944563929 583774884 423294433 406416232 189944872 729736884 462034048 989123924 692694548 153203681 867244284 6...
output:
5500363866688989
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