class Main {

   public static void main (String[] args) {

   a = 5;

   b = 10;

      System.out.println (a+b);

   }

}