QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#825767 | #9775. The Witness | Cap Cap Don't Take Nap (Sicheng Wu, Xuxiang Zheng, Yifan Chen)# | WA | 2ms | 5280kb | C++20 | 5.4kb | 2024-12-21 22:44:56 | 2024-12-21 22:44:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 2ms
memory: 4300kb
input:
3 3 BBB BWB WWW 3 0 0 3
output:
YES 9 3 0 2 0 2 1 1 1 1 2 2 2 2 3 1 3 0 3
result:
ok n=3, m=3
Test #2:
score: 0
Accepted
time: 1ms
memory: 3792kb
input:
1 1 W 0 0 1 1
output:
YES 3 0 0 0 1 1 1
result:
ok n=1, m=1
Test #3:
score: 0
Accepted
time: 1ms
memory: 3884kb
input:
2 2 WB BW 0 0 2 2
output:
NO
result:
ok n=2, m=2
Test #4:
score: -100
Wrong Answer
time: 2ms
memory: 5280kb
input:
4 6 BBBBBB WBBBBB BBBBBB BBBWWB 0 0 4 2
output:
NO
result:
wrong answer Jury has the answer but participant has not