結果

問題 No.552 十分簡単な星1の問題
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-08 23:59:26
言語 Kotlin
(1.9.23)
結果
WA  
実行時間 -
コード長 37 bytes
コンパイル時間 12,586 ms
コンパイル使用メモリ 412,300 KB
実行使用メモリ 52,340 KB
最終ジャッジ日時 2023-10-13 05:41:35
合計ジャッジ時間 26,612 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 260 ms
50,312 KB
testcase_02 AC 257 ms
50,412 KB
testcase_03 AC 262 ms
50,480 KB
testcase_04 AC 262 ms
50,392 KB
testcase_05 AC 266 ms
50,304 KB
testcase_06 AC 262 ms
50,292 KB
testcase_07 AC 261 ms
50,392 KB
testcase_08 AC 261 ms
50,620 KB
testcase_09 AC 261 ms
50,300 KB
testcase_10 AC 264 ms
50,368 KB
testcase_11 AC 261 ms
50,740 KB
testcase_12 AC 260 ms
50,304 KB
testcase_13 AC 265 ms
50,380 KB
testcase_14 AC 258 ms
50,396 KB
testcase_15 AC 260 ms
50,416 KB
testcase_16 AC 257 ms
50,296 KB
testcase_17 AC 260 ms
50,368 KB
testcase_18 AC 260 ms
50,396 KB
testcase_19 AC 256 ms
50,396 KB
testcase_20 AC 255 ms
50,384 KB
testcase_21 AC 259 ms
50,276 KB
testcase_22 AC 263 ms
50,504 KB
testcase_23 AC 262 ms
50,260 KB
testcase_24 AC 259 ms
50,292 KB
testcase_25 AC 262 ms
50,372 KB
testcase_26 AC 256 ms
50,312 KB
testcase_27 AC 255 ms
50,516 KB
testcase_28 AC 267 ms
50,328 KB
testcase_29 AC 268 ms
50,380 KB
testcase_30 AC 260 ms
50,824 KB
testcase_31 AC 260 ms
50,284 KB
testcase_32 AC 262 ms
50,376 KB
testcase_33 AC 258 ms
50,380 KB
testcase_34 AC 259 ms
50,388 KB
testcase_35 AC 261 ms
50,388 KB
testcase_36 AC 261 ms
50,564 KB
testcase_37 AC 264 ms
52,240 KB
testcase_38 AC 264 ms
50,316 KB
testcase_39 AC 265 ms
50,364 KB
testcase_40 AC 266 ms
50,308 KB
testcase_41 AC 268 ms
50,296 KB
testcase_42 AC 267 ms
50,328 KB
testcase_43 AC 262 ms
50,332 KB
testcase_44 AC 263 ms
50,284 KB
testcase_45 AC 263 ms
50,352 KB
testcase_46 AC 263 ms
50,388 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){println(readLine()!!+"0")}
0