摘要: 3.代码示例 #include<iostream> #include<cmath> using namespace std; int main(){ int i,x1,x2,x3,x5,x8,y1,y2,y3,y5,y8; double s=0,m=0.0; for(x8=0;x8<3;x8++){ 阅读全文
posted @ 2023-04-25 23:15 奶油冰激凌 阅读(19) 评论(0) 推荐(0)
摘要: 2.代码示例 #include<iostream> using namespace std; int main(){ int n; double s=0; cout<<"请输入您的个人收入:"; cin>>n; cout<<"应缴纳税额为:"; if(n<3500){ s=0; } else if( 阅读全文
posted @ 2023-04-25 09:37 奶油冰激凌 阅读(15) 评论(0) 推荐(0)