結果

問題 No.744 循環小数N桁目 Easy
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-17 21:12:51
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 267 ms / 2,000 ms
コード長 57 bytes
コンパイル時間 8,922 ms
コンパイル使用メモリ 421,952 KB
実行使用メモリ 54,240 KB
最終ジャッジ日時 2024-09-25 06:10:17
合計ジャッジ時間 12,610 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 244 ms
54,192 KB
testcase_01 AC 239 ms
54,052 KB
testcase_02 AC 241 ms
54,240 KB
testcase_03 AC 247 ms
54,212 KB
testcase_04 AC 250 ms
54,088 KB
testcase_05 AC 251 ms
54,224 KB
testcase_06 AC 253 ms
54,156 KB
testcase_07 AC 267 ms
54,084 KB
testcase_08 AC 247 ms
54,212 KB
testcase_09 AC 244 ms
54,228 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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