public class Main1 {

  // code for exercise 5

  public static void main(String[] args) {
    System.out.println(Util.twice(3));
  }
}

