結果

問題 No.1462 最弱WEAKER
ユーザー face4face4
提出日時 2021-04-06 22:31:27
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 295 ms / 2,000 ms
コード長 72 bytes
コンパイル時間 10,745 ms
コンパイル使用メモリ 426,364 KB
実行使用メモリ 49,804 KB
最終ジャッジ日時 2024-06-11 20:37:15
合計ジャッジ時間 18,507 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 289 ms
49,644 KB
testcase_01 AC 289 ms
49,708 KB
testcase_02 AC 289 ms
49,804 KB
testcase_03 AC 288 ms
49,708 KB
testcase_04 AC 291 ms
49,688 KB
testcase_05 AC 293 ms
49,696 KB
testcase_06 AC 295 ms
49,672 KB
testcase_07 AC 292 ms
49,512 KB
testcase_08 AC 294 ms
49,608 KB
testcase_09 AC 295 ms
49,696 KB
testcase_10 AC 290 ms
49,664 KB
testcase_11 AC 291 ms
49,704 KB
testcase_12 AC 284 ms
49,712 KB
testcase_13 AC 289 ms
49,536 KB
testcase_14 AC 291 ms
49,436 KB
testcase_15 AC 291 ms
49,772 KB
testcase_16 AC 295 ms
49,404 KB
testcase_17 AC 288 ms
49,556 KB
testcase_18 AC 294 ms
49,800 KB
testcase_19 AC 286 ms
49,620 KB
testcase_20 AC 291 ms
49,612 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){
    println(if(readLine()!!.toInt()%2==1) "NO" else "YES")
}
0