QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#54088#1. I/O TestZGY100 356ms3676kbC++291b2022-10-06 20:47:392022-10-06 20:47:42

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-10-06 20:47:42]
  • 评测
  • 测评结果:100
  • 用时:356ms
  • 内存:3676kb
  • [2022-10-06 20:47:39]
  • 提交

config.txt

10000000 10000000

input_test

#include<cstdio>
int n,h;
long long s;
int main(){
   scanf("%d",&n);
	while(n--)scanf("%d",&h),s+=h;
	printf("%lld",s);
   return 0;
}

output_test

#include<iostream>
using namespace std;
int main(){
    int n;
    cin>>n;
    while(n--)cout<<"114514191 ";
    return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
input_test Time Limit Exceeded

Test #1:

score: 0
input_test Time Limit Exceeded

input:

10000000
219054840 671776591 385004393 538915123 584158953 385511549 871988077 347275921 403166651 936181573 417968921 746487752 544597257 399183383 863012445 986110265 482310215 132321650 695310832 101875650 360883441 609331486 804316191 254003620 284140291 795450486 702885999 357489775 725381537 1...

output:


result:


Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 356ms
memory: 3676kb

input:

10000000

output:

114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 114514191 ...

result:

points 1.0 output test passed