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