QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#836207 | #9926. Flipping Paths | ucup-team5150# | WA | 0ms | 4024kb | C++17 | 4.1kb | 2024-12-28 17:21:50 | 2024-12-28 17:21:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 4024kb
input:
4 3 3 WBB BWB BBW 1 5 WWWWW 2 2 BB BB 4 1 W B B W
output:
YES 4 RRDD DRDR DRDR DDRR YES 0 YES 1 RD NO
result:
wrong answer cell (2,1) contains different color with (1,1) after all ops. (test case 3)