結果

問題 No.1040 垂直大学
ユーザー face4face4
提出日時 2021-04-09 00:09:25
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 288 ms / 2,000 ms
コード長 79 bytes
コンパイル時間 9,568 ms
コンパイル使用メモリ 421,352 KB
実行使用メモリ 54,400 KB
最終ジャッジ日時 2024-06-24 02:55:41
合計ジャッジ時間 16,719 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 287 ms
54,260 KB
testcase_01 AC 282 ms
54,196 KB
testcase_02 AC 284 ms
54,136 KB
testcase_03 AC 285 ms
54,096 KB
testcase_04 AC 287 ms
54,308 KB
testcase_05 AC 285 ms
54,236 KB
testcase_06 AC 285 ms
53,960 KB
testcase_07 AC 286 ms
54,200 KB
testcase_08 AC 285 ms
54,184 KB
testcase_09 AC 284 ms
54,232 KB
testcase_10 AC 286 ms
54,248 KB
testcase_11 AC 282 ms
54,400 KB
testcase_12 AC 282 ms
54,160 KB
testcase_13 AC 288 ms
54,308 KB
testcase_14 AC 284 ms
54,276 KB
testcase_15 AC 277 ms
54,156 KB
testcase_16 AC 284 ms
54,156 KB
testcase_17 AC 282 ms
54,040 KB
testcase_18 AC 281 ms
54,172 KB
testcase_19 AC 282 ms
54,216 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){
    println(if(readLine()!!.toInt()%360%180==90) "Yes" else "No")
}
0