QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#431708#1. I/O TestQBF200 ✓614ms1524kbC++14266b2024-06-05 22:50:142024-06-05 22:50:15

Judging History

你现在查看的是最新测评结果

  • [2024-06-05 22:50:15]
  • 评测
  • 测评结果:200
  • 用时:614ms
  • 内存:1524kb
  • [2024-06-05 22:50:14]
  • 提交

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