Run ID:138633

提交时间:2025-11-29 11:32:09

#include<iostream> using namespase std; int x,y,z; cin>>x>>y>>z; if(x>=y&&x>=z){ cout<<x<<endl;} if(y>=x&&y>=z);{ cout<<y<<endl;} if(z>=x&&>=y);{ cout<<z<<endl; }