汪汪与打针 -题解(Python代码) 摘要:本题直接使用if嵌套即可。笔者此处没有使用循环。 ```python x=input() while x: a,b=map(int,x.split()) cash=a …… 题解列表 2019年09月07日 0 点赞 0 评论 830 浏览 评分:0.0
1798: 汪汪与打针(python) 摘要:while True: try: a,b = map(int,input().split()) if a<120:   题解列表 2021年12月31日 0 点赞 0 评论 186 浏览 评分:0.0
汪汪与打针 -题解(Python代码) 摘要: def func(a, b): money = a # 汪汪的钱数 count = 0 # 妙三多的次数 num = 0 # 总的次数 …… 题解列表 2020年03月08日 0 点赞 0 评论 397 浏览 评分:9.9