class Main { public static void main(String[] args) { int N = 20; System.out.println((N * (N + 1) / 2)); } }