QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#475309#9125. Majority and Permutationucup-team1878#WA 0ms3820kbC++2312.9kb2024-07-13 13:56:122024-07-13 13:56:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 2
1 3

output:

14

result:

ok "14"

Test #2:

score: 0
Accepted
time: 0ms
memory: 3600kb

input:

5 4
1 3 7 9

output:

2909184

result:

ok "2909184"

Test #3:

score: 0
Accepted
time: 0ms
memory: 3540kb

input:

5 1
5

output:

3614400

result:

ok "3614400"

Test #4:

score: 0
Accepted
time: 0ms
memory: 3820kb

input:

3 1
3

output:

684

result:

ok "684"

Test #5:

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

input:

5 2
5 9

output:

3254400

result:

wrong answer 1st words differ - expected: '3614400', found: '3254400'