QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#32143#1. I/O TestRcX9GLlqXIOSDE171.1111 904ms3600kbC++23499b2022-05-17 20:11:512022-05-17 20:16:52

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:52]
  • 评测
  • 测评结果:171.1111
  • 用时:904ms
  • 内存:3600kb
  • [2022-05-17 20:11:51]
  • 提交

config.txt

9555555 7555555

input_test

#include <bits/stdc++.h>

using namespace std;

int main() {
	ios::sync_with_stdio(false);
	cin.tie(nullptr);
	cout.tie(nullptr);
	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() {
	ios::sync_with_stdio(false);
	cin.tie(nullptr);
	cout.tie(nullptr);
	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: 95.5555
Acceptable Answer

Test #1:

score: 95.5555
Acceptable Answer
time: 904ms
memory: 3600kb

input:

9555555
998512132 893548378 491659705 125794053 342766266 253063444 296866331 162043080 702203963 342879852 728510360 775745191 451378404 302775622 146679255 275001286 631119355 240280842 923151087 406905454 320200652 854395995 725203006 155988225 785445968 840322992 498811202 594245915 160563849 22...

output:

5255745988300327

result:

points 0.95555550 input test passed

Subtask #2:

score: 75.5556
Acceptable Answer

Test #2:

score: 75.5556
Acceptable Answer
time: 188ms
memory: 3464kb

input:

7555555

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.75555550 output test passed