QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#521234#9156. 百万富翁1233210 1ms7960kbC++14178b2024-08-16 00:59:362024-08-16 00:59:36

Judging History

你现在查看的是最新测评结果

  • [2024-08-16 00:59:36]
  • 评测
  • 测评结果:0
  • 用时:1ms
  • 内存:7960kb
  • [2024-08-16 00:59:36]
  • 提交

answer

#include <iostream>

extern "C" std::istream &_ZNSirsERi(std::istream &is, int &x) {
	x = 1;
	long long y;
	return is >> y;
}

int richest(int, int, int) {
	return 1;
}

Details

Tip: Click on the bar to expand more detailed information

Pretests

Pretest #1:

score: 0
Wrong Answer
time: 1ms
memory: 7956kb

input:

1000 1 499500 957319859

output:

Wrong answer
4459638610240858557
0.000000
6906350380861515327

result:

points 0.0 Wrong answer

Pretest #2:

score: 0
Wrong Answer
time: 0ms
memory: 7872kb

input:

1000000 20 2000000 29091473

output:

Wrong answer
4459638610240858557
0.000000
6906350380861515327

result:

points 0.0 Wrong answer


Final Tests

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 7900kb

input:

1000 1 499500 957319857

output:

Wrong answer
4459638610240858557
0.000000
6906350380861515327

result:

points 0.0 Wrong answer

Test #2:

score: 0
Wrong Answer
time: 0ms
memory: 7960kb

input:

1000000 20 2000000 29091471

output:

Wrong answer
4459638610240858557
0.000000
6906350380861515327

result:

points 0.0 Wrong answer