上一页 1 ··· 20 21 22 23 24
摘要: #include using namespace std;int main(){ int a,b,c,d; cin>>a>>b>>c; if(a>b) d=a; else if(b>c)d=b; else d=c; if(a>c)d=a; else if(b>c)d=b; else d=c; cout<<"max="<<d<<endl; return 0;} 阅读全文
posted @ 2012-10-22 16:09 同学少年 阅读(482) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std;int main(){ int a,b,c,d,e,f,j,h,i,g; cout>a; switch(a) { case 1:cout>b; switch(b) { case 1:cout>c; switch(c) { case 1:cout>d; switch(d) { case 1:cout>e; switch(e) { case... 阅读全文
posted @ 2012-10-18 13:14 同学少年 阅读(874) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24