Run ID:138630
提交时间:2025-11-29 11:31:14
#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; }