摘要: 1 #include <iostream> 2 #include <cmath> 3 using namespace std; 4 int main() 5 { 6 int x1,x2,x3,x4,x5; 7 int a,b,c,d,e; 8 double max=0.0,x; 9 for(x5=0 阅读全文
posted @ 2023-05-17 20:54 新晋软工小白 阅读(84) 评论(0) 推荐(0)