QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#830512#1. I/O TestD0000199.99999 607ms1604kbC++14281b2024-12-24 20:15:352024-12-24 20:15:36

Judging History

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

  • [2024-12-24 20:15:36]
  • 评测
  • 测评结果:199.99999
  • 用时:607ms
  • 内存:1604kb
  • [2024-12-24 20:15:35]
  • 提交

config.txt

10000000 9999999

input_test

#include<cstdio>
int n,a;
long long ans;
int main(){
	scanf("%d",&n);
	for(int i=1;i<=n;i++)scanf("%d",&a),ans+=a;
	printf("%lld",ans);
}

output_test

#include<cstdio>
int n,a;
long long ans;
int main(){
	scanf("%d",&n);
	for(int i=1;i<=n;i++)printf("100000001 ");
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 100
Accepted

Test #1:

score: 100
Accepted
time: 607ms
memory: 1604kb

input:

10000000
221336916 356109102 958158147 976619770 996486663 819816440 923405030 526685715 477130363 153942753 488392283 956730923 903806285 203234387 268621921 865708101 477056483 129772347 804907031 763473236 530491548 248329472 627098659 892912289 377211417 294613999 704725401 961691124 750133924 3...

output:

5500555963580435

result:

points 1.0 input test passed

Subtask #2:

score: 100
Acceptable Answer

Test #2:

score: 100
Acceptable Answer
time: 164ms
memory: 1540kb

input:

9999999

output:

100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 100000001 ...

result:

points 0.99999990 output test passed