QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#711128#7787. Maximum RatingHuangHanShengWA 2ms9784kbC++202.1kb2024-11-05 00:46:532024-11-05 00:46:54

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 9784kb

input:

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

output:

0
2
2
2
3

result:

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