4.2 算法之数论 1486 A Funny Game python
生活随笔
收集整理的這篇文章主要介紹了
4.2 算法之数论 1486 A Funny Game python
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
http://noi.openjudge.cn/ch0402/1486/
"""4.2 算法之?dāng)?shù)論 1486 A Funny Game http://noi.openjudge.cn/ch0402/1486/"""while 1:n=int(input())if n==0:breakif n>=3:print("Bob")else:print("Alice")總結(jié)
以上是生活随笔為你收集整理的4.2 算法之数论 1486 A Funny Game python的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 批量无损删除项目中的代码注释方法
- 下一篇: websocket python爬虫_p