QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#703079#9536. Athlete Welcome Ceremonyucup-team3407#WA 2ms10000kbC++141.6kb2024-11-02 17:07:182024-11-02 17:07:20

详细

Test #1:

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

input:

6 3
a?b??c
2 2 2
1 1 1
1 0 2

output:

3
1
1

result:

ok 3 lines

Test #2:

score: 0
Accepted
time: 2ms
memory: 9384kb

input:

6 3
??????
2 2 2
2 3 3
3 3 3

output:

30
72
96

result:

ok 3 lines

Test #3:

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

input:

1 1
?
0 1 1

output:

0

result:

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