int main(){
  int a;
  
  if(((int)"hello")==1)
    a=1;
  else
    a=2;
}
