摘要:
#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;} 阅读全文
摘要:
#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... 阅读全文