QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#611863#5155. Faster Than LightpokorfanclubWA 1ms5844kbC++204.5kb2024-10-04 23:22:422024-10-04 23:22:42

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 5592kb

input:

5
1 3 3 4
2 2 4 3
4 1 5 3
5 2 7 3
6 3 8 4

output:

possible

result:

ok single line: 'possible'

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 5844kb

input:

4
1 1 2 2
1 3 2 4
3 1 4 2
3 3 4 4

output:

possible

result:

wrong answer 1st lines differ - expected: 'impossible', found: 'possible'