#include#includeint main(){int x,max,i;scanf("%d",&x);max=x;for(i=1;i<20;i++){scanf("%d",&x);if(maxmax=x;}printf("Max=%d",max);return 0;}