結果

問題 No.1462 最弱WEAKER
ユーザー maimai
提出日時 2021-04-02 22:31:45
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 41 bytes
コンパイル時間 282 ms
コンパイル使用メモリ 11,208 KB
実行使用メモリ 15,348 KB
最終ジャッジ日時 2023-08-25 12:42:10
合計ジャッジ時間 3,691 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 69 ms
15,096 KB
testcase_01 AC 66 ms
15,096 KB
testcase_02 AC 66 ms
15,272 KB
testcase_03 AC 66 ms
15,044 KB
testcase_04 AC 65 ms
15,252 KB
testcase_05 WA -
testcase_06 AC 66 ms
15,100 KB
testcase_07 AC 67 ms
15,064 KB
testcase_08 AC 68 ms
15,036 KB
testcase_09 AC 65 ms
15,032 KB
testcase_10 WA -
testcase_11 AC 65 ms
15,140 KB
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 68 ms
15,092 KB
testcase_16 AC 66 ms
15,032 KB
testcase_17 AC 68 ms
15,244 KB
testcase_18 WA -
testcase_19 AC 66 ms
15,240 KB
testcase_20 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

n = gets.to_i

puts n == 2 ? "YES" : "NO"
0