摘要: #include <iostream>#include<cmath>using namespace std; int main() { cout << "请输入一个大于1的整数:"<<endl; int a,b,n; bool flag=true; cin>>a; if(a<=1) cout<<"请 阅读全文
posted @ 2022-01-15 20:13 天镇小逯 阅读(245) 评论(0) 推荐(0)