ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#118992 | #1520. 火车站 | Body | 100 | 0ms | 1188kb | C++ | 611b | 2020-09-12 21:13:10 | 2020-09-12 21:13:12 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1188kb
input:
1 6 7 4
output:
4
result:
ok single line: '4'
Test #2:
score: 20
Accepted
time: 0ms
memory: 1188kb
input:
1 8 76 6
output:
44
result:
ok single line: '44'
Test #3:
score: 20
Accepted
time: 0ms
memory: 1168kb
input:
1 8 75 6
output:
No answer.
result:
ok single line: 'No answer.'
Test #4:
score: 20
Accepted
time: 0ms
memory: 1188kb
input:
10 6 30 4
output:
20
result:
ok single line: '20'
Test #5:
score: 20
Accepted
time: 0ms
memory: 1184kb
input:
10 7 80 5
output:
50
result:
ok single line: '50'