class QuozienteResto {
  public static void main(String args[]) {

    System.out.println(11/3);
    System.out.println(11%3);
  }
}
