QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#431708 | #1. I/O Test | QBF | 200 ✓ | 614ms | 1524kb | C++14 | 266b | 2024-06-05 22:50:14 | 2024-06-05 22:50:15 |
Judging History
config.txt
10000000 10000000
input_test
#include <stdio.h>
int main(){
int n;
long long s=0;
scanf("%d", &n);
while(n--){
int x;
scanf("%d", &x);
s += x;
}
printf("%lld\n", s);
}
output_test
#include <stdio.h>
int main(){
int n, s=0;
scanf("%d", &n);
while(n--)
printf("100000000 ");
}
详细
Subtask #1:
score: 100
Accepted
Test #1:
score: 100
Accepted
time: 614ms
memory: 1508kb
input:
10000000 264659893 635332214 283983196 968753123 750753643 670626934 696455626 290720462 486788845 697458537 880116414 507159123 895811992 522989642 876351458 322664756 812923331 522136030 191538116 489696047 495266565 511566184 263660485 511523795 675999602 822986478 293553575 516928423 334924885 8...
output:
5501015123207632
result:
points 1.0 input test passed
Subtask #2:
score: 100
Accepted
Test #2:
score: 100
Accepted
time: 123ms
memory: 1524kb
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