# include <stdio.h>
#include <string.h>
int main()
{
  printf("\n%u\n",(unsigned int)atoi("255")) ;
  exit(0) ;
}
