QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#371660#8049. Equal SumsZhangYiDeWA 1ms3740kbC++20911b2024-03-30 14:49:342024-03-30 14:49:35

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

0 
0 
0 
0
0 
0 
0 
0

result:

wrong answer 1st numbers differ - expected: '2', found: '0'