結果

問題 No.830 日本人の9割は90%
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 00:26:27
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 283 ms / 2,000 ms
コード長 44 bytes
コンパイル時間 11,305 ms
コンパイル使用メモリ 424,600 KB
実行使用メモリ 49,728 KB
最終ジャッジ日時 2024-09-15 03:17:02
合計ジャッジ時間 14,026 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 277 ms
49,548 KB
testcase_01 AC 278 ms
49,624 KB
testcase_02 AC 273 ms
49,632 KB
testcase_03 AC 283 ms
49,536 KB
testcase_04 AC 283 ms
49,496 KB
testcase_05 AC 281 ms
49,604 KB
testcase_06 AC 281 ms
49,624 KB
testcase_07 AC 274 ms
49,480 KB
testcase_08 AC 276 ms
49,652 KB
testcase_09 AC 276 ms
49,728 KB
testcase_10 AC 274 ms
49,576 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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