QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#449313#8049. Equal Sumsegypt_ioi2024_13WA 1ms7852kbC++201.9kb2024-06-20 22:10:172024-06-20 22:10:18

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 7852kb

input:

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

output:

2 0 0 
3 0 0 

result:

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