QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#144989#4188. Excursion to PorvooZhaoZiLongWA 2ms7524kbC++141.2kb2023-08-21 20:39:332023-08-21 20:39:35

詳細信息

Test #1:

score: 100
Accepted
time: 2ms
memory: 7480kb

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: -100
Wrong Answer
time: 2ms
memory: 7524kb

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:

400
5200
10000

result:

wrong answer 1st lines differ - expected: '800', found: '400'