QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#198850#5117. Find MaximumGuanYunchangWA 0ms3652kbC++201.0kb2023-10-03 17:48:562023-10-03 17:48:56

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3652kb

input:

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

output:

3
3
4
3
3
4
3
4
3
3

result:

wrong answer 4th numbers differ - expected: '5', found: '3'