結果

問題 No.830 日本人の9割は90%
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 00:26:27
言語 Kotlin
(1.9.10)
結果
AC  
実行時間 261 ms / 2,000 ms
コード長 44 bytes
コンパイル時間 11,347 ms
コンパイル使用メモリ 402,088 KB
実行使用メモリ 50,628 KB
最終ジャッジ日時 2023-10-13 05:58:23
合計ジャッジ時間 14,549 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 257 ms
49,896 KB
testcase_01 AC 261 ms
50,000 KB
testcase_02 AC 254 ms
50,108 KB
testcase_03 AC 254 ms
49,980 KB
testcase_04 AC 252 ms
49,996 KB
testcase_05 AC 254 ms
50,476 KB
testcase_06 AC 254 ms
50,628 KB
testcase_07 AC 255 ms
50,392 KB
testcase_08 AC 255 ms
50,620 KB
testcase_09 AC 253 ms
50,204 KB
testcase_10 AC 254 ms
50,368 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){println(readLine()!!.toInt()*10)}
0