#includeint max(int a,int b,int c){if(aa=b;if(aa=c;return a;}main(){int a,b,c;scanf("%d %d %d",&a,&b,&c);printf("%d\n",max(a,b,c));}