package net.ipipip0129.kotlin.yukicoder fun main(args: Array) { val num = readLine()!!.toInt() println((0.5 * num * (num + 1)).toInt()) }