#27359: 1<2<3


11030067@mail.hpsh.tp.edu.tw (和平110級鄧雨珊)


 
int max=a;
if (b>max) max=b;
if (c>max) max=c;
cout << max <<endl;