void main() { int a,b,c,d; scanf( "%d %d %d ",&a,&b,&c); d=a; if(d d=b; else if(d d=c; printf( "最大数为%d ",d); }