QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#32141#1. I/O TestRcX9GLlqXIOSDE65.55555 247ms3532kbC++23355b2022-05-17 20:07:422022-05-17 20:16:28

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2022-05-17 20:16:28]
  • 评测
  • 测评结果:65.55555
  • 用时:247ms
  • 内存:3532kb
  • [2022-05-17 20:07:42]
  • 提交

config.txt

9555555 6555555

input_test

#include <bits/stdc++.h>

using namespace std;

int main() {
	int n, x; long long sum = 0;
	cin >> n;
	while (n--) {
		cin >> x;
		sum += x;
	}
	std::cout << sum << '\n';
}

output_test

#include <bits/stdc++.h>

using namespace std;

int main() {
	int n, x; long long sum = 0;
	cin >> n;
	while (n--) {
		cout << "123456789\n";
	}
}

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:

9555555
959676874 791272862 935758387 419407514 605233277 634320897 543218500 728213403 878632056 606492373 347869035 312567484 944777753 860907544 217635907 806706207 708195416 811423655 387803067 218993765 709747514 121768805 356737004 557333142 651400005 556627797 304781323 101733118 905729830 82...

output:


result:


Subtask #2:

score: 65.5555
Acceptable Answer

Test #2:

score: 65.5555
Acceptable Answer
time: 247ms
memory: 3532kb

input:

6555555

output:

123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
123456789
...

result:

points 0.65555550 output test passed