import java.io.*; class Matek { public static void main(String args[]) throws IOException { System.out.format("%d\n", Math.abs(-15)); System.in.read(); } }