摘要: #include <iostream> #include <iomanip> #include <cmath> using namespace std; int main() { cout<<2<<endl; int i,j,k,flag; i=3; while(i<=100) { j=2; k=s 阅读全文
posted @ 2023-04-17 15:54 记得关月亮 阅读(21) 评论(0) 推荐(0)