摘要: #include <bits/stdc++.h> using namespace std; const double PI=3.14159265358979; inline double calArea(double radius) { return PI*radius*radius; } int 阅读全文
posted @ 2023-05-09 19:31 记得关月亮 阅读(15) 评论(0) 推荐(0)