QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#32140#1. I/O TestRcX9GLlqXIOSDE161.1111 915ms3648kbC++23499b2022-05-17 19:54:122022-05-17 20:16:17

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:17]
  • 评测
  • 测评结果:161.1111
  • 用时:915ms
  • 内存:3648kb
  • [2022-05-17 19:54:12]
  • 提交

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

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 95.5555
Acceptable Answer

Test #1:

score: 95.5555
Acceptable Answer
time: 915ms
memory: 3556kb

input:

9555555
307443652 421158173 938795535 974240886 465211468 347048274 242000088 642060007 431289407 359269139 461211730 733423936 747767037 669732414 449145305 360128729 996695213 220261386 674631931 529205897 345523199 375811400 759992998 540098745 977592275 504852208 837508122 549525237 614648816 15...

output:

5255503112085693

result:

points 0.95555550 input test passed

Subtask #2:

score: 65.5555
Acceptable Answer

Test #2:

score: 65.5555
Acceptable Answer
time: 194ms
memory: 3648kb

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