QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#32136#1. I/O TestRcX9GLlqXIOSDE55.55555 507ms3612kbC++23471b2022-05-17 19:49:172022-05-17 20:15:46

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:46]
  • 评测
  • 测评结果:55.55555
  • 用时:507ms
  • 内存:3612kb
  • [2022-05-17 19:49:17]
  • 提交

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

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: 0
Wrong Answer

Test #1:

score: 0
Wrong Answer
time: 507ms
memory: 3584kb

input:

5555555
817516593 793266359 516606463 805055903 674999039 949420259 602459402 474595452 267947186 861202401 791400298 265423003 217618432 836617292 579718642 273876520 122091009 874371845 390996543 438290257 428923454 491592331 653633621 518226137 725795456 178119916 519966384 783040124 536255827 71...

output:


result:

wrong output format Unexpected end of file - int64 expected

Subtask #2:

score: 55.5555
Acceptable Answer

Test #2:

score: 55.5555
Acceptable Answer
time: 156ms
memory: 3612kb

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