結果

問題 No.552 十分簡単な星1の問題
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-18 20:37:53
言語 Kotlin
(1.9.23)
結果
WA  
実行時間 -
コード長 37 bytes
コンパイル時間 10,068 ms
コンパイル使用メモリ 426,724 KB
実行使用メモリ 54,428 KB
最終ジャッジ日時 2024-10-02 08:10:51
合計ジャッジ時間 25,068 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 279 ms
54,168 KB
testcase_02 AC 280 ms
54,088 KB
testcase_03 AC 278 ms
54,248 KB
testcase_04 AC 284 ms
54,184 KB
testcase_05 AC 285 ms
54,232 KB
testcase_06 AC 284 ms
54,260 KB
testcase_07 AC 281 ms
54,248 KB
testcase_08 AC 282 ms
54,188 KB
testcase_09 AC 283 ms
54,352 KB
testcase_10 AC 283 ms
54,240 KB
testcase_11 AC 277 ms
54,340 KB
testcase_12 AC 283 ms
54,288 KB
testcase_13 AC 281 ms
54,212 KB
testcase_14 AC 278 ms
54,392 KB
testcase_15 AC 282 ms
54,112 KB
testcase_16 AC 282 ms
54,224 KB
testcase_17 AC 281 ms
54,428 KB
testcase_18 AC 277 ms
54,180 KB
testcase_19 AC 279 ms
54,296 KB
testcase_20 AC 275 ms
54,380 KB
testcase_21 AC 275 ms
54,368 KB
testcase_22 AC 284 ms
54,128 KB
testcase_23 AC 281 ms
54,192 KB
testcase_24 AC 276 ms
54,328 KB
testcase_25 AC 278 ms
54,320 KB
testcase_26 AC 280 ms
54,340 KB
testcase_27 AC 283 ms
54,188 KB
testcase_28 AC 278 ms
54,196 KB
testcase_29 AC 281 ms
54,276 KB
testcase_30 AC 276 ms
54,272 KB
testcase_31 AC 277 ms
54,396 KB
testcase_32 AC 285 ms
54,244 KB
testcase_33 AC 275 ms
54,372 KB
testcase_34 AC 272 ms
54,264 KB
testcase_35 AC 280 ms
54,132 KB
testcase_36 AC 280 ms
54,164 KB
testcase_37 AC 279 ms
54,256 KB
testcase_38 AC 279 ms
54,252 KB
testcase_39 AC 286 ms
54,372 KB
testcase_40 AC 278 ms
54,216 KB
testcase_41 AC 281 ms
54,304 KB
testcase_42 AC 277 ms
54,264 KB
testcase_43 AC 275 ms
54,292 KB
testcase_44 AC 283 ms
54,256 KB
testcase_45 AC 284 ms
54,276 KB
testcase_46 AC 274 ms
54,276 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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