QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#731307#5478. Quiz ContestgymWA 3ms10028kbC++204.1kb2024-11-10 02:01:032024-11-10 02:01:03

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 4
2 2
1 2

output:

20
4

result:

ok 2 lines

Test #2:

score: 0
Accepted
time: 3ms
memory: 10000kb

input:

4 6
1 1 2 2
1 1 1 2

output:

168
168
336
48

result:

ok 4 lines

Test #3:

score: 0
Accepted
time: 3ms
memory: 10028kb

input:

4 82
20 22 12 28
20 22 7 8

output:

746371221
528486621
148054814
913602744

result:

ok 4 lines

Test #4:

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

input:

2 2
1 1
1 1

output:

1
1

result:

ok 2 lines

Test #5:

score: -100
Wrong Answer
time: 3ms
memory: 9968kb

input:

1 1
1
1

output:

0

result:

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