QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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)
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Dangerous Syscalls
input:
6 5 3 2 1 2 3 3 2