結果

問題 No.552 十分簡単な星1の問題
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-18 20:41:09
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 290 ms / 2,000 ms
コード長 66 bytes
コンパイル時間 10,188 ms
コンパイル使用メモリ 424,300 KB
実行使用メモリ 54,532 KB
最終ジャッジ日時 2024-04-10 06:34:57
合計ジャッジ時間 25,714 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 286 ms
54,392 KB
testcase_01 AC 290 ms
54,252 KB
testcase_02 AC 283 ms
54,260 KB
testcase_03 AC 286 ms
54,212 KB
testcase_04 AC 286 ms
54,292 KB
testcase_05 AC 284 ms
54,232 KB
testcase_06 AC 286 ms
54,416 KB
testcase_07 AC 283 ms
54,212 KB
testcase_08 AC 284 ms
54,440 KB
testcase_09 AC 288 ms
54,532 KB
testcase_10 AC 284 ms
54,332 KB
testcase_11 AC 290 ms
54,324 KB
testcase_12 AC 280 ms
54,472 KB
testcase_13 AC 275 ms
54,356 KB
testcase_14 AC 268 ms
54,476 KB
testcase_15 AC 285 ms
54,228 KB
testcase_16 AC 278 ms
54,368 KB
testcase_17 AC 276 ms
54,288 KB
testcase_18 AC 276 ms
54,376 KB
testcase_19 AC 269 ms
54,332 KB
testcase_20 AC 271 ms
54,204 KB
testcase_21 AC 275 ms
54,232 KB
testcase_22 AC 273 ms
54,240 KB
testcase_23 AC 273 ms
54,488 KB
testcase_24 AC 267 ms
54,300 KB
testcase_25 AC 266 ms
54,296 KB
testcase_26 AC 274 ms
54,336 KB
testcase_27 AC 270 ms
54,412 KB
testcase_28 AC 270 ms
54,340 KB
testcase_29 AC 273 ms
54,292 KB
testcase_30 AC 269 ms
54,300 KB
testcase_31 AC 265 ms
54,100 KB
testcase_32 AC 265 ms
54,352 KB
testcase_33 AC 268 ms
54,424 KB
testcase_34 AC 272 ms
54,284 KB
testcase_35 AC 272 ms
54,236 KB
testcase_36 AC 280 ms
54,356 KB
testcase_37 AC 273 ms
54,184 KB
testcase_38 AC 277 ms
54,384 KB
testcase_39 AC 279 ms
54,244 KB
testcase_40 AC 278 ms
54,300 KB
testcase_41 AC 273 ms
54,208 KB
testcase_42 AC 270 ms
54,064 KB
testcase_43 AC 273 ms
54,224 KB
testcase_44 AC 278 ms
54,212 KB
testcase_45 AC 271 ms
54,240 KB
testcase_46 AC 279 ms
54,340 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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