QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#76424#1. I/O Testliuzhenhao09200 ✓970ms3380kbC++14394b2023-02-09 21:20:252023-02-09 21:20:27

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:20:27]
  • 评测
  • 测评结果:200
  • 用时:970ms
  • 内存:3380kb
  • [2023-02-09 21:20:25]
  • 提交

config.txt

10000000 10000000

input_test

#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
ll s = 0,ss = 0,n;
int main(){
	scanf("%lld",&n);
	for(ll 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: 970ms
memory: 3380kb

input:

10000000
370902478 181129663 911243969 912478889 163702029 468652076 100323112 197023966 296165543 121544578 269762233 658005182 124050896 501277301 199838348 841528669 793190950 630069236 514480591 804725958 813919734 542976262 114012466 172626366 582757484 141406636 376697139 239771798 868182669 6...

output:

5500117210352621

result:

points 1.0 input test passed

Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 707ms
memory: 3312kb

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