摘要: 问题: 算法设计; 直接根据题意写出代码。 源代码: #include<stdio.h>#include<math.h>int main(){ int x1,x2,x3,x5,x8,y1,y2,y3,y5,y8; double max=0.0,result; for(x8=0;x8<=2;x8++) 阅读全文
posted @ 2023-04-25 20:45 皮卡丘和杰尼龟 阅读(19) 评论(0) 推荐(0)