QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#623151 | #5731. Checkerboard | Kelivan1 | RE | 0ms | 0kb | Python3 | 99b | 2024-10-09 10:23:54 | 2024-10-09 10:23:54 |
answer
import sys
def insep():
return(map(int,input().split()))
RCAB = insep()
print(RCAB[0])
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