結果

問題 No.744 循環小数N桁目 Easy
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-17 21:12:51
言語 Kotlin
(1.9.10)
結果
AC  
実行時間 289 ms / 2,000 ms
コード長 57 bytes
コンパイル時間 14,011 ms
コンパイル使用メモリ 424,592 KB
実行使用メモリ 51,840 KB
最終ジャッジ日時 2023-10-25 21:36:22
合計ジャッジ時間 14,473 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 285 ms
51,840 KB
testcase_01 AC 289 ms
51,836 KB
testcase_02 AC 286 ms
51,820 KB
testcase_03 AC 284 ms
51,840 KB
testcase_04 AC 285 ms
51,820 KB
testcase_05 AC 287 ms
51,832 KB
testcase_06 AC 287 ms
51,828 KB
testcase_07 AC 284 ms
51,816 KB
testcase_08 AC 286 ms
51,836 KB
testcase_09 AC 285 ms
51,836 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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