QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#623151#5731. CheckerboardKelivan1RE 0ms0kbPython399b2024-10-09 10:23:542024-10-09 10:23:54

Judging History

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

  • [2024-10-09 10:23:54]
  • 评测
  • 测评结果:RE
  • 用时:0ms
  • 内存:0kb
  • [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

output:


result: