QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#727037#1. I/O TestTheZone0.001 0ms1628kbC++20252b2024-11-09 11:04:352024-11-09 11:04:37

Judging History

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

  • [2024-11-09 11:04:37]
  • 评测
  • 测评结果:0.001
  • 用时:0ms
  • 内存:1628kb
  • [2024-11-09 11:04:35]
  • 提交

config.txt

100 100

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("100 ");
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0.001
Acceptable Answer

Test #1:

score: 0.001
Acceptable Answer
time: 0ms
memory: 1628kb

input:

100
373026749 570535392 532303140 780188640 123494409 372029777 358806315 182248828 940388746 867257942 808715939 586487202 790059252 280823088 409413707 660493648 911794525 837935041 235215321 733730637 495153187 113192723 234020170 894561445 608046779 250683592 913837834 105470462 537574488 801217...

output:

52235260253

result:

points 0.000010 input test passed

Subtask #2:

score: 0
Wrong Answer

Test #2:

score: 0
Wrong Answer
time: 0ms
memory: 1544kb

input:

100

output:

100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 100 ...

result:

wrong answer Integer 100 violates the range [10^8, 999999999]