結果

問題 No.903 太郎の確率
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-04 19:45:28
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 361 ms / 2,000 ms
コード長 46 bytes
コンパイル時間 12,467 ms
コンパイル使用メモリ 430,000 KB
実行使用メモリ 50,080 KB
最終ジャッジ日時 2024-09-14 23:53:40
合計ジャッジ時間 15,965 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 286 ms
49,800 KB
testcase_01 AC 287 ms
49,972 KB
testcase_02 AC 291 ms
50,080 KB
testcase_03 AC 361 ms
49,700 KB
testcase_04 AC 291 ms
49,620 KB
testcase_05 AC 289 ms
49,860 KB
testcase_06 AC 285 ms
49,792 KB
testcase_07 AC 287 ms
49,704 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){println(1/readLine()!!.toDouble())}
0