QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#623115 | #5731. Checkerboard | Kelivan1 | RE | 0ms | 0kb | Python3 | 127b | 2024-10-09 10:14:17 | 2024-10-09 10:14:21 |
answer
import sys
input = sys.stdin.readline()
def insep():
return(map(int,input().split()))
RCAB = insep(input)
print(RCAB)
詳細信息
Test #1:
score: 0
Dangerous Syscalls
input:
6 5 3 2 1 2 3 3 2