QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#421144#7662. Kaldorian KnightsnanikaWA 8ms11492kbC++20943b2024-05-25 14:12:102024-05-25 14:12:10

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 8ms
memory: 11380kb

input:

3 0

output:

6

result:

ok single line: '6'

Test #2:

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

input:

4 1
3

output:

18

result:

ok single line: '18'

Test #3:

score: 0
Accepted
time: 4ms
memory: 11492kb

input:

4 2
2
1

output:

16

result:

ok single line: '16'

Test #4:

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

input:

10 1
10

output:

0

result:

ok single line: '0'

Test #5:

score: -100
Wrong Answer
time: 8ms
memory: 11408kb

input:

10 10
1
1
1
1
1
1
1
1
1
1

output:

999432627

result:

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