結果

問題 No.744 循環小数N桁目 Easy
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-17 21:12:14
言語 Kotlin
(1.9.23)
結果
RE  
実行時間 -
コード長 53 bytes
コンパイル時間 10,692 ms
コンパイル使用メモリ 422,288 KB
実行使用メモリ 51,932 KB
最終ジャッジ日時 2023-10-25 21:36:00
合計ジャッジ時間 13,570 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

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