摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int c; cout<<"请输入你要判断的数:"<<endl; system("pause"); cin>>c; if(c%2==0||c%3==0 阅读全文
posted @ 2023-06-08 09:56 爱吃泡面的皮卡 阅读(40) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { float tang,shui,tangshui; tang=15*0.2; tangshui=tang/0.15; shui=tangshui-ta 阅读全文
posted @ 2023-06-08 09:23 爱吃泡面的皮卡 阅读(14) 评论(0) 推荐(0)
摘要: #include <iostream> using namespace std; int main(int argc, char** argv) { int c,v,b; cout<<"请输入你你要反转的两位数:"<<endl; system("pause"); cin>>c; v=(c%10)*1 阅读全文
posted @ 2023-06-08 08:38 爱吃泡面的皮卡 阅读(35) 评论(0) 推荐(0)
摘要: #include <iostream> #include <iomanip> using namespace std; int main(int argc, char** argv) { float x,a,s; cout<<"请输入你三角形的低和高:"<<endl; system("pause") 阅读全文
posted @ 2023-06-08 08:38 爱吃泡面的皮卡 阅读(32) 评论(0) 推荐(0)