QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#380118 | #8575. Three Person Tree Game | ucup-team3289# | WA | 2ms | 10212kb | C++17 | 2.1kb | 2024-04-06 21:03:42 | 2024-04-06 21:06:13 |
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: 2ms
memory: 10212kb
input:
2 3 1 2 3 2 1 3 1 4 1 2 3 1 4 2 4 3 4
output:
A A
result:
wrong answer 2nd lines differ - expected: 'DRAW', found: 'A'