1073: 弟弟的作业 摘要:```python score = 0 while True: try: user = input().split("=") if user[1] =…… 题解列表 2023年12月20日 0 点赞 0 评论 170 浏览 评分:0.0
c代码记录之弟弟的作业--输入问题及一些调试 摘要: #include #include #include int main() { int qian,hou,sum=0; …… 题解列表 2023年12月21日 0 点赞 0 评论 156 浏览 评分:0.0
弟弟的作业 摘要:解题思路:使用cin逐个拿到用户输入的数据再进行计算即可注意事项:需要掌握string与int互相转换的方法string->int:1、通过 istringstream 转换#include <ios…… 题解列表 2024年02月06日 0 点赞 0 评论 155 浏览 评分:0.0
1073弟弟的作业(scanf函数的粗略解读) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b,c; int sum=0; char fuhao; //scanf函数是有返回值的 //返回 -…… 题解列表 2024年05月27日 0 点赞 0 评论 184 浏览 评分:0.0