package net.ipipip0129.kotlin.yukicoder fun main(args: Array) { val i = readLine()!!.toBigInteger() println((i * 10.toBigInteger())) }