QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#32138#1. I/O TestRcX9GLlqXIOSDE131.1111 585ms3580kbC++23499b2022-05-17 19:50:262022-05-17 20:16:06

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:06]
  • 评测
  • 测评结果:131.1111
  • 用时:585ms
  • 内存:3580kb
  • [2022-05-17 19:50:26]
  • 提交

config.txt

6555555 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: 65.5555
Acceptable Answer

Test #1:

score: 65.5555
Acceptable Answer
time: 585ms
memory: 3464kb

input:

6555555
549606496 445084185 963889047 906674329 668802408 683803672 814096190 612610542 356379124 409825313 778336198 830221596 162229523 724913488 756885528 363374893 842794512 853806400 143291157 515725376 942073342 741772013 285912806 764718941 816858397 106126595 923241308 188017709 516425952 85...

output:

3604803739757017

result:

points 0.65555550 input test passed

Subtask #2:

score: 65.5555
Acceptable Answer

Test #2:

score: 65.5555
Acceptable Answer
time: 145ms
memory: 3580kb

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