QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#623145#5731. CheckerboardKelivan1RE 0ms0kbPython3131b2024-10-09 10:22:232024-10-09 10:22:33

Judging History

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

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

answer

import sys
def insep(): 
    return(map(int,input().split()))
RCAB = insep()
for i in range(0, len(RCAB)):
	print(RCAB[i])


詳細信息

Test #1:

score: 0
Dangerous Syscalls

input:

6 5 3 2
1
2
3
3
2

output:


result: