travel.cpp:5:54: error: stray '`' in program
fun main(args : Array<String>) = with(Scanner(System.`in`)) {
^
travel.cpp:5:57: error: stray '`' in program
fun main(args : Array<String>) = with(Scanner(System.`in`)) {
^
travel.cpp:10:12: error: too many decimal points in number
for (i in 0..(n-1)){
^~~
travel.cpp:12:18: error: too many decimal points in number
for(j in 0..k) nxt[j] = -987654321;
^~~~
travel.cpp:13:12: error: too many decimal points in number
for(j in 0..k){
^~~~
travel.cpp:17:18: error: too many decimal points in number
for(j in 0..k) dp[j] = nxt[j];
^~~~
travel.cpp:1:1: error: 'import' does not name a type; did you mean 'short'?
import kotlin.math.*
^~~~~~
short