QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#865322#9924. Reconstructionucup-team4645WA 2ms20208kbC++232.6kb2025-01-21 16:43:062025-01-21 16:43:08

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
1 2
2 3
2 1
1 3

output:

001

result:

ok single line: '001'

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 20208kb

input:

6
1 3
3 4
3 6
4 5
5 2
1 3
1 4
4 5
5 2
3 6

output:

000000

result:

wrong answer 1st lines differ - expected: '010110', found: '000000'