結果

問題 No.903 太郎の確率
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-04 19:45:28
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 266 ms / 2,000 ms
コード長 46 bytes
コンパイル時間 12,285 ms
コンパイル使用メモリ 403,184 KB
実行使用メモリ 50,772 KB
最終ジャッジ日時 2023-10-13 02:08:31
合計ジャッジ時間 15,391 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 266 ms
50,624 KB
testcase_01 AC 264 ms
50,240 KB
testcase_02 AC 263 ms
50,476 KB
testcase_03 AC 265 ms
50,348 KB
testcase_04 AC 265 ms
50,444 KB
testcase_05 AC 266 ms
50,220 KB
testcase_06 AC 264 ms
50,772 KB
testcase_07 AC 261 ms
50,524 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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