QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#144120 | #4188. Excursion to Porvoo | HuangHanSheng | WA | 1ms | 4248kb | C++23 | 1.2kb | 2023-08-21 15:38:11 | 2023-08-21 15:38:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 4248kb
input:
2 2 1 100 300 1 1 30 5 400 500 300 20 1
output:
impossible impossible 100 1 1
result:
ok 5 lines
Test #2:
score: 0
Accepted
time: 1ms
memory: 4240kb
input:
5 7 1 200 30 2 200 31 3 200 32 4 200 33 1 5000 33 2 5000 33 3 5000 33 3 30 31 33
output:
800 5600 15200
result:
ok 3 lines
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 4208kb
input:
2 3 1 3 3 1 4 2 1 2 1 3 1 3 2
output:
2 3 2
result:
wrong answer 3rd lines differ - expected: '3', found: '2'