QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#256245#7749. A Simple MST Problemucup-team2477WA 11ms44484kbC++142.4kb2023-11-18 18:10:562023-11-18 18:10:56

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 11ms
memory: 44484kb

input:

5
1 1
4 5
1 4
1 9
19 810

output:

0
2
3
9
i=19    ans=1
i=20    ans=3
i=21    ans=5
i=22    ans=7
i=23    ans=8
i=24    ans=10
i=25    ans=11
i=26    ans=13
i=27    ans=14
i=28    ans=16
i=29    ans=17
i=30    ans=20
i=31    ans=21
i=32    ans=22
i=33    ans=24
i=34    ans=26
i=35    ans=28
i=36    ans=30
i=37    ans=31
i=38    ans=...

result:

wrong answer 5th lines differ - expected: '1812', found: 'i=19    ans=1'