QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#895828 | #9830. Game of Annihilation | ucup-team1005# | WA | 1ms | 3584kb | C++20 | 1.9kb | 2025-02-12 17:55:35 | 2025-02-12 17:55:36 |
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: 1ms
memory: 3584kb
input:
10 2 1 1 R 2 1 B 2 1 1 B 2 1 R 2 1 2 B 4 1 R 4 1 1 B 2 1 R 4 3 B 6 1 R 2 1 2 B 3 1 R 2 1 2 B 2 1 R 2 1 1 R 2 2 B 2 1 2 R 3 1 B 3 1 1 R 2 1 R 4 1 B 2 1 2 R 2 1 B
output:
Draw 1 + Draw 2 + Draw 4 + Draw 6 + Draw 3 + Draw 2 + Second Draw 1 + Draw 2 + Draw 1 +
result:
wrong answer it is said that move leads to result "Draw", but actually it leads to "First" (test case 10)