QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#521234 | #9156. 百万富翁 | 123321 | 0 | 1ms | 7960kb | C++14 | 178b | 2024-08-16 00:59:36 | 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;
}
詳細信息
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