摘要: #include <iostream> #include <iomanip> #include <cmath> using namespace std; int fun2(int m){ return m*m; } int fun1(int x,int y){ return fun2(x)+fun2 阅读全文
posted @ 2023-04-28 20:09 记得关月亮 阅读(6) 评论(0) 推荐(0)