題解 | 小紅的合數(shù)尋找
小紅的合數(shù)尋找
http://fangfengwang8.cn/practice/2a35a6306f204ea3ab76ff10d188ff9e
x = int(input()) print(2*x if x != 1 else -1)
小紅的合數(shù)尋找
http://fangfengwang8.cn/practice/2a35a6306f204ea3ab76ff10d188ff9e
x = int(input()) print(2*x if x != 1 else -1)
相關(guān)推薦