1.3编程基础之算术表达式与顺序执行 01 A+B问题 (Python3实现)
http://noi.openjudge.cn/ch0103/01/
https://www.luogu.com.cn/problem/P1001
""" P1001 A+B Problem https://www.luogu.com.cn/problem/P10011.3編程基礎之算術表達式與順序執行 01 A+B問題 方法三(Python實現) http://noi.openjudge.cn/ch0103/01/A + B (python) https://blog.csdn.net/zb756999355/article/details/72870441洛谷 Luogu https://blog.csdn.net/sinat_26811377/category_9209185.htmlpython3 實現 A+B Problem(百練OJ:1000) https://kangyucheng.blog.csdn.net/article/details/77848726python題目練習001--A+B Problem https://blog.csdn.net/beautiful77moon/article/details/86483768初學python之(A+B問題) https://blog.csdn.net/lgz0921/article/details/87873108""" a=[] for x in input().split():a.append(int(x)) print(sum(a))
參考:
P1001 A+B Problem?
https://www.luogu.com.cn/problem/P1001
1.3編程基礎之算術表達式與順序執行 01 A+B問題 方法三(Python實現)
http://noi.openjudge.cn/ch0103/01/
A + B (python)
https://blog.csdn.net/zb756999355/article/details/72870441
洛谷 Luogu
https://blog.csdn.net/sinat_26811377/category_9209185.html
python3 實現 A+B Problem(百練OJ:1000)
https://kangyucheng.blog.csdn.net/article/details/77848726
python題目練習001--A+B Problem
https://blog.csdn.net/beautiful77moon/article/details/86483768
初學python之(A+B問題)
https://blog.csdn.net/lgz0921/article/details/87873108
總結
以上是生活随笔為你收集整理的1.3编程基础之算术表达式与顺序执行 01 A+B问题 (Python3实现)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 1.8编程基础之多维数组 03 计算矩阵
- 下一篇: laravel操作$request中值删