摘要: #include <iostream>using namespace std; // int x,y,temp,s,i;// cout<<"请输入两个数";// cin>>x>>y;// if(i>y){// temp=x;// x=y;// y=temp;// } // s=y*i;// whil 阅读全文
posted @ 2023-07-18 09:26 园友3087003 阅读(25) 评论(0) 推荐(0)
摘要: #include <iostream>using namespace std;//void sanbeishu(){// int i;// for(i=1;i<=1000;i++){// if(i%3==0){// cout<<i<<"是三的倍数"<<endl;// cont// }// // } 阅读全文
posted @ 2023-07-18 09:25 园友3087003 阅读(35) 评论(0) 推荐(0)