結果

問題 No.756 チャンパーノウン定数 (1)
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 00:43:12
言語 Kotlin
(1.9.10)
結果
AC  
実行時間 306 ms / 2,000 ms
コード長 69 bytes
コンパイル時間 10,513 ms
コンパイル使用メモリ 406,512 KB
実行使用メモリ 54,684 KB
最終ジャッジ日時 2023-10-13 06:09:57
合計ジャッジ時間 18,568 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 285 ms
52,740 KB
testcase_01 AC 281 ms
52,760 KB
testcase_02 AC 301 ms
52,932 KB
testcase_03 AC 299 ms
54,684 KB
testcase_04 AC 282 ms
52,944 KB
testcase_05 AC 287 ms
53,012 KB
testcase_06 AC 284 ms
53,056 KB
testcase_07 AC 287 ms
53,112 KB
testcase_08 AC 293 ms
52,828 KB
testcase_09 AC 285 ms
53,100 KB
testcase_10 AC 280 ms
53,052 KB
testcase_11 AC 281 ms
52,876 KB
testcase_12 AC 280 ms
53,304 KB
testcase_13 AC 282 ms
52,748 KB
testcase_14 AC 285 ms
52,864 KB
testcase_15 AC 306 ms
52,740 KB
testcase_16 AC 289 ms
52,876 KB
testcase_17 AC 278 ms
53,008 KB
testcase_18 AC 285 ms
52,996 KB
testcase_19 AC 280 ms
53,128 KB
testcase_20 AC 285 ms
53,056 KB
testcase_21 AC 283 ms
52,824 KB
testcase_22 AC 282 ms
53,052 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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