https://kotlinlang.org logo
Join SlackCommunities
Powered by
# codingame
  • v

    viliusk

    09/24/2017, 9:57 AM
    set the channel description: codingame.com
  • d

    deviant

    09/24/2017, 2:51 PM
    looks like there is a bug in kotlin implementation
    Copy code
    with(Scanner(System.`in`)){
    val x=nextInt()
    val y=nextInt()
    var X=nextInt()
    var Y=nextInt()
    }
    this one works ok
    Copy code
    with(Scanner(System.`in`)){
    val a=Array(4,{nextInt()})
    }
    this one thwors NPE
  • d

    deviant

    09/24/2017, 4:00 PM
    this throws NPE too
    Copy code
    arrayOf(1)
    wtf 🙂
  • a

    andyb

    11/27/2017, 9:10 AM
    Hi Guys, how many of you have competed in Mean Max on CodinGame? Would be interested in discussing approaches?
  • a

    andyb

    01/12/2018, 7:47 PM
    Anyone else playing the new Platinum Rift game using Kotlin? https://www.codingame.com/ide/puzzle/platinum-rift-episode-1
  • a

    andyb

    04/20/2018, 12:20 PM
    @channel - Just 4 hours to go until the start of a new Contest, Code Royale (https://www.codingame.com/contests/code-royale), on CodinGame. Is anyone here participating?