菜鸟的博客

纵有疾风起,人生不言弃。

导航

2023年4月22日 #

2023.4.22

摘要: 1 #include <iostream> 2 using namespace std; 3 int main() 4 { 5 double num,profit = 0; 6 cout<<"请输入收入金额:"<<endl; 7 cin>>num; 8 if(num<3500) 9 { 10 cou 阅读全文

posted @ 2023-04-22 23:28 hhmzd233 阅读(12) 评论(0) 推荐(0) 编辑