QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#32135#1. I/O TestRcX9GLlqXIOSDE1.23456 11ms3736kbC++23469b2022-05-17 19:48:522022-05-17 20:15:39

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:39]
  • 评测
  • 测评结果:1.23456
  • 用时:11ms
  • 内存:3736kb
  • [2022-05-17 19:48:52]
  • 提交

config.txt

123456 123456

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: 11ms
memory: 3660kb

input:

123456
104975855 751036027 911514931 891776370 371192806 533681752 769996161 125818233 513099271 768302141 604975486 178595970 639987634 498495529 696621352 300546293 212307050 194326270 595590823 175169695 328040630 955623057 247612596 660388558 943903470 601111574 495366669 560595824 992262515 479...

output:


result:

wrong output format Unexpected end of file - int64 expected

Subtask #2:

score: 1.23456
Acceptable Answer

Test #2:

score: 1.23456
Acceptable Answer
time: 9ms
memory: 3736kb

input:

123456

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