QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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)
详细
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'