QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#144906#4188. Excursion to PorvooZhaoZiLongWA 1ms3528kbC++201.5kb2023-08-21 19:52:222023-08-21 19:52:23

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3528kb

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: 1ms
memory: 3448kb

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:

31860
5600
15200

result:

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