python 超简单写法 摘要:解题思路:注意事项:注意题目是求余数 python的/是除 %求余参考代码:a,b=map(int,input().strip().split())print(a%b)…… 题解列表 2021年05月01日 0 点赞 0 评论 263 浏览 评分:0.0
C语言程序设计教程(第三版)课后习题9.2 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int fun1(int a,int b){ int c; c=a%b; …… 题解列表 2018年10月13日 0 点赞 0 评论 328 浏览 评分:0.0