Submission #2697205


Source Code Expand

fun main(args: Array<String>) {
    val (n, m) = readLine()!!.split(' ').map(String::toInt)
    println((m * 1900 + (n - m) * 100) * Math.pow(2.0, m.toDouble()).toInt())
}

Submission Info

Submission Time
Task C - HSI
User mizuki
Language Kotlin (1.0.0)
Score 300
Code Size 176 Byte
Status AC
Exec Time 231 ms
Memory 38332 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 300 / 300
Status
AC × 3
AC × 14
Set Name Test Cases
Sample example_0, example_1, example_2
All example_0, example_1, example_2, handmade_0, rand_0, rand_1, rand_2, rand_3, rand_4, rand_5, rand_6, rand_7, rand_8, rand_9
Case Name Status Exec Time Memory
example_0 AC 231 ms 34656 KB
example_1 AC 231 ms 36172 KB
example_2 AC 231 ms 38212 KB
handmade_0 AC 231 ms 38332 KB
rand_0 AC 230 ms 32372 KB
rand_1 AC 229 ms 34240 KB
rand_2 AC 230 ms 36284 KB
rand_3 AC 229 ms 36256 KB
rand_4 AC 230 ms 36084 KB
rand_5 AC 229 ms 36120 KB
rand_6 AC 230 ms 36260 KB
rand_7 AC 229 ms 36268 KB
rand_8 AC 229 ms 34240 KB
rand_9 AC 230 ms 38240 KB