
main() {
  char word[10];
  
  printf();
  
  /* f */
  q = &x;
  x = 23.4;
  printf("%.1f\n", 3**q);

}

