QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#549885#8941. Even or Odd Spanning Treeucup-team4741WA 110ms5448kbC++204.0kb2024-09-06 22:58:572024-09-06 22:58:57

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

-1 5
-1 -1
4 3

result:

ok 6 numbers

Test #2:

score: -100
Wrong Answer
time: 110ms
memory: 5448kb

input:

10000
16 50
1 2 649251632
2 3 605963017
3 4 897721528
4 5 82446151
5 6 917109168
6 7 79647183
7 8 278566178
7 9 573504723
3 10 679859251
8 11 563113083
1 12 843328546
10 13 594049160
11 14 997882839
7 15 569431750
2 16 244494799
16 7 960172373
13 4 317888322
13 3 446883598
9 3 678142319
5 8 43208692...

output:

3140067932 -1
1262790434 -1
1263932600 -1
-1 1180186165
2248358640 -1
-1 3738936375
-1 1058677117
-1 3402127725
-1 1187873655
1395482806 -1
3456885934 -1
3943951826 -1
2479987500 -1
2909126794 -1
2483103706 -1
-1 1824129583
3769162572 -1
630585592 537074351
-1 2475481185
1133556832 -1
-1 3120149981
...

result:

wrong answer 2nd numbers differ - expected: '3159441841', found: '-1'