結果

問題 No.1462 最弱WEAKER
ユーザー face4face4
提出日時 2021-04-06 22:31:27
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 287 ms / 2,000 ms
コード長 72 bytes
コンパイル時間 12,482 ms
コンパイル使用メモリ 411,500 KB
実行使用メモリ 51,964 KB
最終ジャッジ日時 2023-09-02 14:01:50
合計ジャッジ時間 20,996 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 281 ms
50,096 KB
testcase_01 AC 276 ms
50,152 KB
testcase_02 AC 269 ms
50,612 KB
testcase_03 AC 275 ms
50,080 KB
testcase_04 AC 272 ms
51,964 KB
testcase_05 AC 272 ms
50,316 KB
testcase_06 AC 273 ms
50,172 KB
testcase_07 AC 278 ms
50,592 KB
testcase_08 AC 276 ms
50,344 KB
testcase_09 AC 275 ms
50,096 KB
testcase_10 AC 287 ms
50,156 KB
testcase_11 AC 274 ms
50,180 KB
testcase_12 AC 273 ms
50,296 KB
testcase_13 AC 272 ms
50,152 KB
testcase_14 AC 273 ms
50,332 KB
testcase_15 AC 271 ms
50,532 KB
testcase_16 AC 271 ms
50,208 KB
testcase_17 AC 270 ms
50,036 KB
testcase_18 AC 273 ms
50,024 KB
testcase_19 AC 282 ms
50,168 KB
testcase_20 AC 281 ms
50,620 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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