QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#623122 | #5731. Checkerboard | Kelivan1 | WA | 15ms | 10488kb | Python3 | 56b | 2024-10-09 10:16:07 | 2024-10-09 10:16:07 |
Judging History
answer
import sys
input = sys.stdin.readline()
print(input)
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 15ms
memory: 10488kb
input:
6 5 3 2 1 2 3 3 2
output:
6 5 3 2
result:
wrong answer 1st lines differ - expected: 'BBBWW', found: '6 5 3 2'