QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#32137#1. I/O TestRcX9GLlqXIOSDE111.1111 531ms3684kbC++23499b2022-05-17 19:49:462022-05-17 20:15:56

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:15:56]
  • 评测
  • 测评结果:111.1111
  • 用时:531ms
  • 内存:3684kb
  • [2022-05-17 19:49:46]
  • 提交

config.txt

5555555 5555555

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: 55.5555
Acceptable Answer

Test #1:

score: 55.5555
Acceptable Answer
time: 531ms
memory: 3680kb

input:

5555555
926036459 230185355 218619441 661691617 869220155 267131834 598329582 555930335 194424731 772799239 477202690 540348418 494912432 666478534 206214735 726207440 601794386 192941243 532225666 955379146 248231554 380163736 391224552 976971436 674415707 729235970 193128955 218990597 301451168 53...

output:

3056040281093627

result:

points 0.55555550 input test passed

Subtask #2:

score: 55.5555
Acceptable Answer

Test #2:

score: 55.5555
Acceptable Answer
time: 148ms
memory: 3684kb

input:

5555555

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