QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#729914#989. Into CactusUW2 (Jakub Dziura, Piotr Blinowski, Dominik Wawszczak) #WA 1ms5700kbC++202.1kb2024-11-09 18:01:232024-11-09 18:01:23

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

6
6 4
3 1
3 6
4 5
2 3

output:

2
1 6
6 5

result:

ok OK!

Test #2:

score: 0
Accepted
time: 1ms
memory: 3668kb

input:

1

output:

0

result:

ok OK!

Test #3:

score: 0
Accepted
time: 1ms
memory: 3652kb

input:

2
1 2

output:

0

result:

ok OK!

Test #4:

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

input:

3
3 1
1 2

output:

0

result:

wrong answer Integer 0 violates the range [1, 1]