public class test1 {
  public static void main(String argv[]) {
    int i;
    i = 234;
    i = 9000;}
}
