結果
問題 | No.128 お年玉(1) |
ユーザー |
|
提出日時 | 2019-11-17 20:50:58 |
言語 | Kotlin (1.3.10) |
結果 |
WA
.
|
実行時間 | - |
コード長 | 113 Byte |
コンパイル時間 | 6,200 ms |
使用メモリ | 32,484 KB |
最終ジャッジ日時 | 2019-11-17 20:51:10 |
テストケース
テストケース表示入力 | 結果 | 実行時間 使用メモリ |
---|---|---|
sample1.txt | WA | - |
sample2.txt | WA | - |
sample3.txt | WA | - |
system_test1.txt | WA | - |
test1.txt | WA | - |
test2.txt | WA | - |
test3.txt | WA | - |
test4.txt | WA | - |
test5.txt | WA | - |
test6.txt | WA | - |
test7.txt | WA | - |
test8.txt | WA | - |
test9.txt | WA | - |
test10.txt | WA | - |
test11.txt | WA | - |
test12.txt | WA | - |
test13.txt | WA | - |
test14.txt | WA | - |
test15.txt | WA | - |
test16.txt | WA | - |
test17.txt | WA | - |
test18.txt | WA | - |
test19.txt | WA | - |
test20.txt | WA | - |
ソースコード
fun main(){val t=readLine()!!.toDouble()/1000 val n=readLine()!!.toDouble() println(kotlin.math.floor(t/n)*1000)}