(轻轻松松)鸡兔同笼 摘要:解题思路:直接公式走起注意事项:参考代码:#include<stdio.h>int main(){ int a,b; scanf("%d%d",&a,&b); printf("%d …… 题解列表 2022年11月15日 0 点赞 0 评论 947 浏览 评分:9.9
题解 3003: 鸡兔同笼问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int m, n, x, y;//m表示鸡的数量 n表示兔的数量 scanf("…… 题解列表 2023年02月26日 0 点赞 0 评论 459 浏览 评分:10.0