結果

問題 No.756 チャンパーノウン定数 (1)
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 00:43:12
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 320 ms / 2,000 ms
コード長 69 bytes
コンパイル時間 10,101 ms
コンパイル使用メモリ 426,548 KB
実行使用メモリ 52,012 KB
最終ジャッジ日時 2024-09-15 03:26:58
合計ジャッジ時間 18,906 ms
ジャッジサーバーID
(参考情報)
judge2 / judge6
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 317 ms
51,620 KB
testcase_01 AC 316 ms
51,816 KB
testcase_02 AC 316 ms
51,700 KB
testcase_03 AC 316 ms
51,840 KB
testcase_04 AC 320 ms
52,012 KB
testcase_05 AC 317 ms
51,884 KB
testcase_06 AC 317 ms
51,640 KB
testcase_07 AC 317 ms
51,988 KB
testcase_08 AC 315 ms
51,716 KB
testcase_09 AC 316 ms
51,868 KB
testcase_10 AC 315 ms
51,728 KB
testcase_11 AC 317 ms
51,880 KB
testcase_12 AC 319 ms
51,588 KB
testcase_13 AC 318 ms
51,688 KB
testcase_14 AC 316 ms
51,916 KB
testcase_15 AC 316 ms
51,820 KB
testcase_16 AC 315 ms
51,844 KB
testcase_17 AC 320 ms
51,824 KB
testcase_18 AC 319 ms
51,944 KB
testcase_19 AC 317 ms
51,860 KB
testcase_20 AC 318 ms
51,940 KB
testcase_21 AC 312 ms
52,000 KB
testcase_22 AC 312 ms
51,744 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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