結果

問題 No.1040 垂直大学
ユーザー face4face4
提出日時 2021-04-09 00:09:25
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 283 ms / 2,000 ms
コード長 79 bytes
コンパイル時間 10,657 ms
コンパイル使用メモリ 408,684 KB
実行使用メモリ 50,588 KB
最終ジャッジ日時 2023-09-06 08:10:12
合計ジャッジ時間 17,647 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 272 ms
50,556 KB
testcase_01 AC 270 ms
50,268 KB
testcase_02 AC 272 ms
50,264 KB
testcase_03 AC 270 ms
50,296 KB
testcase_04 AC 273 ms
50,300 KB
testcase_05 AC 273 ms
50,276 KB
testcase_06 AC 273 ms
50,288 KB
testcase_07 AC 274 ms
50,224 KB
testcase_08 AC 272 ms
50,280 KB
testcase_09 AC 268 ms
50,536 KB
testcase_10 AC 273 ms
50,348 KB
testcase_11 AC 269 ms
50,284 KB
testcase_12 AC 269 ms
50,276 KB
testcase_13 AC 266 ms
50,280 KB
testcase_14 AC 270 ms
50,440 KB
testcase_15 AC 269 ms
50,272 KB
testcase_16 AC 270 ms
50,340 KB
testcase_17 AC 274 ms
50,588 KB
testcase_18 AC 283 ms
50,300 KB
testcase_19 AC 278 ms
50,324 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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