QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#699254 | #1. I/O Test | ChenHanzhang | 100 | 611ms | 3912kb | C++14 | 261b | 2024-11-02 08:05:06 | 2024-11-02 08:05:07 |
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("1000000000 "*10**7)
详细
Subtask #1:
score: 100
Accepted
Test #1:
score: 100
Accepted
time: 611ms
memory: 3912kb
input:
10000000 325874613 285551295 982612258 583527648 392911521 433575493 173794945 119396245 924001958 318064333 510770876 675403134 121678092 890738553 392402533 822322410 911483784 349925584 180179937 227383542 900676635 976100005 387354508 946395462 352659514 531876737 883961859 560707164 683441839 2...
output:
5500037595609554
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