#include <stdio.h>

int main(){
  int a = 100//**/10
    ;
  printf("%d\n", a);
  return 0;
}
