結果

問題 No.744 循環小数N桁目 Easy
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-17 21:12:14
言語 Kotlin
(1.9.23)
結果
RE  
実行時間 -
コード長 53 bytes
コンパイル時間 10,141 ms
コンパイル使用メモリ 425,568 KB
実行使用メモリ 54,600 KB
最終ジャッジ日時 2024-09-25 06:10:03
合計ジャッジ時間 13,891 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 281 ms
49,676 KB
testcase_01 RE -
testcase_02 RE -
testcase_03 RE -
testcase_04 RE -
testcase_05 AC 278 ms
54,336 KB
testcase_06 RE -
testcase_07 RE -
testcase_08 RE -
testcase_09 RE -
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){println("285714"[readLine()!!.toInt()-1])}
0