QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#623171#5731. CheckerboardKelivan1RE 0ms0kbPython3100b2024-10-09 10:28:332024-10-09 10:28:34

Judging History

你现在查看的是最新测评结果

  • [2024-10-09 10:28:34]
  • 评测
  • 测评结果:RE
  • 用时:0ms
  • 内存:0kb
  • [2024-10-09 10:28:33]
  • 提交

answer

import sys
def insep(): 
    return(list(int,input().split()))
RCAB = insep()
print(RCAB[0])


详细

Test #1:

score: 0
Dangerous Syscalls

input:

6 5 3 2
1
2
3
3
2

output:


result: