QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#467037#1978. Stabbing NumberTheShuMoRE 0ms0kbPython326b2024-07-08 13:07:112024-07-08 13:07:13

Judging History

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

  • [2024-07-08 13:07:13]
  • 评测
  • 测评结果:RE
  • 用时:0ms
  • 内存:0kb
  • [2024-07-08 13:07:11]
  • 提交

answer

n = int(input())
print(2)

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Dangerous Syscalls

input:

10 13
.....****....
.....*..*....
.....*..***..
.....*....*..
.....*....***
...***......*
...*........*
****........*
*...........*
*************

output:


result: