QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#500762#1. I/O Testbribritt100 182ms3672kbC++14294b2024-08-01 19:45:092024-08-01 19:45:17

Judging History

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

  • [2024-08-01 19:45:17]
  • 评测
  • 测评结果:100
  • 用时:182ms
  • 内存:3672kb
  • [2024-08-01 19:45:09]
  • 提交

config.txt

10000000 10000000

input_test

#include <bits/stdc++.h>
using namespace std;
main() {
	int n; cin >> n;
	long long s = 0; int a;
	for(int i=0;i<n;i++) {cin>>a; s+=a;}
	cout << s;
}

output_test

#include <bits/stdc++.h>
using namespace std;
main() {
	int n; cin >> n;
	for(int i=0;i<n;i++) cout<<"121042069 ";
}

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
206538781 503507707 147892779 769815040 111539338 361277394 542180601 269028265 324578339 719084254 129792495 655876668 354795550 745120077 422603628 993631042 446268088 482344532 730680081 429770568 610926053 569978437 139135064 158895768 932001458 854625699 852387978 741924733 901380753 8...

output:


result:


Subtask #2:

score: 100
Accepted

Test #2:

score: 100
Accepted
time: 182ms
memory: 3672kb

input:

10000000

output:

121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 121042069 ...

result:

points 1.0 output test passed