vaskir
fun Int.fancy() = buildString { append(this@fancy + this@fancy) append(this@fancy + 1) toString() }