P3954 [NOIP2017 普及组] 成绩(python3实现)
生活随笔
收集整理的這篇文章主要介紹了
P3954 [NOIP2017 普及组] 成绩(python3实现)
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
https://www.luogu.com.cn/problem/P3954
"""P3954 [NOIP2017 普及組] 成績 https://www.luogu.com.cn/problem/P3954""" a,b,c=list(map(int,input().split()))ans=a*2//10+b*3//10+c*5//10print(ans)總結
以上是生活随笔為你收集整理的P3954 [NOIP2017 普及组] 成绩(python3实现)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 1.9编程基础之顺序查找 01查找特定的
- 下一篇: 7647 余数相同问题