public class first {
public static void main(String argsv[])
  {
    int x;
    x = 19;
    x = x* x;

  }
}
