結果

問題 No.552 十分簡単な星1の問題
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 00:00:30
言語 Kotlin
(1.9.23)
結果
WA  
実行時間 -
コード長 45 bytes
コンパイル時間 12,170 ms
コンパイル使用メモリ 405,944 KB
実行使用メモリ 50,820 KB
最終ジャッジ日時 2023-10-13 05:42:49
合計ジャッジ時間 25,157 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 265 ms
50,272 KB
testcase_01 AC 263 ms
50,412 KB
testcase_02 AC 267 ms
50,352 KB
testcase_03 AC 269 ms
50,356 KB
testcase_04 AC 262 ms
50,360 KB
testcase_05 AC 264 ms
50,820 KB
testcase_06 AC 260 ms
50,336 KB
testcase_07 AC 260 ms
50,300 KB
testcase_08 AC 258 ms
50,368 KB
testcase_09 AC 264 ms
50,412 KB
testcase_10 AC 262 ms
50,328 KB
testcase_11 AC 261 ms
50,376 KB
testcase_12 AC 265 ms
50,304 KB
testcase_13 AC 264 ms
50,384 KB
testcase_14 AC 262 ms
50,540 KB
testcase_15 AC 261 ms
50,532 KB
testcase_16 AC 264 ms
50,316 KB
testcase_17 AC 264 ms
50,276 KB
testcase_18 AC 262 ms
50,428 KB
testcase_19 AC 259 ms
50,380 KB
testcase_20 AC 257 ms
50,228 KB
testcase_21 AC 257 ms
50,388 KB
testcase_22 AC 255 ms
50,288 KB
testcase_23 AC 261 ms
50,308 KB
testcase_24 AC 260 ms
50,376 KB
testcase_25 AC 256 ms
50,316 KB
testcase_26 AC 255 ms
50,332 KB
testcase_27 WA -
testcase_28 WA -
testcase_29 RE -
testcase_30 AC 250 ms
50,232 KB
testcase_31 AC 253 ms
50,300 KB
testcase_32 AC 252 ms
50,308 KB
testcase_33 AC 257 ms
50,348 KB
testcase_34 AC 255 ms
50,476 KB
testcase_35 AC 261 ms
50,380 KB
testcase_36 AC 256 ms
50,368 KB
testcase_37 AC 256 ms
50,296 KB
testcase_38 AC 259 ms
50,352 KB
testcase_39 AC 257 ms
50,388 KB
testcase_40 AC 261 ms
50,312 KB
testcase_41 AC 257 ms
50,372 KB
testcase_42 AC 258 ms
50,468 KB
testcase_43 AC 257 ms
50,392 KB
testcase_44 AC 255 ms
50,320 KB
testcase_45 AC 254 ms
50,348 KB
testcase_46 AC 255 ms
50,388 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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