4 lines
91 B
Kotlin
4 lines
91 B
Kotlin
var a : Int = 0
|
|
var b : Int = 0
|
|
var c : Int = 0
|
|
var `is` : IntArray? = intArray(a, b, c) |