📜  codeforces - 570b python 代码示例

📅  最后修改于: 2022-03-11 14:47:11.952000             🧑  作者: Mango

代码示例1
sizeOfRange,otherpick=map(int,input().split())
if(sizeOfRange==1 and otherpick==1):
    print(sizeOfRange)#1 number cant really fight can you
else:
    if(sizeOfRange/2