QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#943270#2697. Exhausting ErrandsGuanYunChang WA 1ms3584kbC++981.1kb2025-03-19 19:11:182025-03-19 19:11:19

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3584kb

input:

100 2
1 100
100 1

output:

198

result:

ok single line: '198'

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3584kb

input:

100 6
10 6
20 15
50 54
100 98
92 87
90 89

output:

122

result:

wrong answer 1st lines differ - expected: '102', found: '122'