QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#84181#1. I/O Testsinsop90200 ✓983ms3520kbC++14347b2023-03-05 21:10:032023-03-05 21:10:05

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-03-05 21:10:05]
  • 评测
  • 测评结果:200
  • 用时:983ms
  • 内存:3520kb
  • [2023-03-05 21:10:03]
  • 提交

config.txt

10000000 10000000

input_test

#include <bits/stdc++.h>
using namespace std;
int n;
long long res;
int main() {
	scanf("%d", &n);
	for(int i = 1, x;i <= n;i++) scanf("%d", &x), res += x;
	printf("%lld\n", res);	
}

output_test

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

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 100
Accepted

Test #1:

score: 100
Accepted
time: 983ms
memory: 3520kb

input:

10000000
602069969 509632696 772504543 903710497 273644008 668148317 611711151 480324439 843836338 542541429 863904051 321655523 548719002 624999846 918994863 249574172 105647919 262271275 148076319 976118942 479241171 954346899 223796299 696280919 586738302 723226162 935856678 708996683 515013364 3...

output:

5500483477049810

result:

points 1.0 input test passed

Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 284ms
memory: 3396kb

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