摘要: #include <iostream>#include <cmath>using namespace std;int main(){ double x,y; int num; do{ cout<<"请输入一个小数"<<endl; cout<<"x="; cin>>x; }while(x>=1||x< 阅读全文
posted @ 2023-07-26 09:31 园友3087003 阅读(26) 评论(0) 推荐(0)