QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#95927 | #4849. Lubenice | GuanYunchang | WA | 2ms | 3532kb | C++20 | 249b | 2023-04-12 15:08:50 | 2023-04-12 15:08:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3424kb
input:
1000 1000 1000 1000 1000
output:
3000
result:
ok single line: '3000'
Test #2:
score: 0
Accepted
time: 2ms
memory: 3364kb
input:
0 0 400 0 899
output:
420
result:
ok single line: '420'
Test #3:
score: 0
Accepted
time: 1ms
memory: 3304kb
input:
0 0 400 0 900
output:
420
result:
ok single line: '420'
Test #4:
score: 0
Accepted
time: 2ms
memory: 3428kb
input:
14 7 11 46 27
output:
50
result:
ok single line: '50'
Test #5:
score: -100
Wrong Answer
time: 2ms
memory: 3532kb
input:
15 29 49 11 24
output:
77
result:
wrong answer 1st lines differ - expected: '93', found: '77'