QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#421129#7662. Kaldorian KnightsnanikaWA 8ms11408kbC++20839b2024-05-25 13:57:482024-05-25 13:57:49

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 11396kb

input:

3 0

output:

6

result:

ok single line: '6'

Test #2:

score: 0
Accepted
time: 8ms
memory: 11408kb

input:

4 1
3

output:

18

result:

ok single line: '18'

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 11392kb

input:

4 2
2
1

output:

10

result:

wrong answer 1st lines differ - expected: '16', found: '10'