QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#76423#1. I/O Testliuzhenhao09200 ✓918ms3616kbC++14399b2023-02-09 21:19:372023-02-09 21:19:40

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-02-09 21:19:40]
  • 评测
  • 测评结果:200
  • 用时:918ms
  • 内存:3616kb
  • [2023-02-09 21:19:37]
  • 提交

config.txt

10000000 10000000

input_test

#include<bits/stdc++.h>
#define int long long
using namespace std;
int s = 0,ss = 0,n;
signed main(){
	scanf("%lld",&n);
	for(int i = 1; i <= 10000000; i++) scanf("%lld",&s),ss += s;
	printf("%lld",ss);
    return 0;
}

output_test

#include<bits/stdc++.h>
using namespace std;
int main(){
	int x = 100000000;
	for(int i = 1; i <= 10000000; i++) printf("%d ",x);
    return 0;
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 100
Accepted

Test #1:

score: 100
Accepted
time: 918ms
memory: 3616kb

input:

10000000
668986580 758204128 517553277 275447987 465560153 475536047 561695430 733173375 384309659 916861984 389998153 250970751 188605348 466631623 715634987 591621194 930332823 957396411 992490129 855795600 211586968 484260884 478545512 291385708 157196095 969165197 648511354 629444239 262549243 7...

output:

5499617743663211

result:

points 1.0 input test passed

Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 759ms
memory: 3400kb

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