QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#841774 | #9926. Flipping Paths | ucup-team639 | WA | 0ms | 3868kb | C++17 | 4.4kb | 2025-01-04 04:03:53 | 2025-01-04 04:03:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3868kb
input:
4 3 3 WBB BWB BBW 1 5 WWWWW 2 2 BB BB 4 1 W B B W
output:
YES 7 DRDR DRDR RDRD DDRR RDRD RDRD RRDD YES 0 YES 2 RD RD NO
result:
wrong answer cell (1,3) contains different color with (1,1) after all ops. (test case 1)