結果

問題 No.1040 垂直大学
ユーザー maimai
提出日時 2020-05-01 21:56:17
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 35 bytes
コンパイル時間 115 ms
コンパイル使用メモリ 11,468 KB
実行使用メモリ 15,380 KB
最終ジャッジ日時 2023-08-26 09:36:29
合計ジャッジ時間 2,988 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 82 ms
15,216 KB
testcase_01 WA -
testcase_02 AC 82 ms
15,128 KB
testcase_03 AC 83 ms
15,156 KB
testcase_04 AC 82 ms
15,232 KB
testcase_05 AC 83 ms
15,140 KB
testcase_06 AC 82 ms
15,148 KB
testcase_07 AC 83 ms
15,380 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 83 ms
15,344 KB
testcase_11 AC 84 ms
15,172 KB
testcase_12 AC 84 ms
15,084 KB
testcase_13 AC 83 ms
15,240 KB
testcase_14 AC 82 ms
15,140 KB
testcase_15 AC 84 ms
15,028 KB
testcase_16 AC 83 ms
15,140 KB
testcase_17 AC 83 ms
15,172 KB
testcase_18 AC 83 ms
15,124 KB
testcase_19 AC 84 ms
15,364 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

puts gets.to_i%90==0 ? 'Yes' : 'No'
0