QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#32142#1. I/O TestRcX9GLlqXIOSDE161.1111 833ms3732kbC++23499b2022-05-17 20:10:362022-05-17 20:16:40

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:40]
  • 评测
  • 测评结果:161.1111
  • 用时:833ms
  • 内存:3732kb
  • [2022-05-17 20:10:36]
  • 提交

config.txt

9555555 6555555

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";
	}
}

詳細信息

Subtask #1:

score: 95.5555
Acceptable Answer

Test #1:

score: 95.5555
Acceptable Answer
time: 833ms
memory: 3732kb

input:

9555555
400400951 301033634 231207941 873790978 149514619 106784668 829092484 193152971 248828611 522588873 414552685 108624898 764992624 905241333 803773767 258005852 360801165 736335814 210770956 903686115 874479271 526770419 779058935 632659318 269710394 987930611 774042427 303299459 390155903 56...

output:

5255745365566423

result:

points 0.95555550 input test passed

Subtask #2:

score: 65.5555
Acceptable Answer

Test #2:

score: 65.5555
Acceptable Answer
time: 155ms
memory: 3556kb

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