結果

問題 No.1672 404 Not Found
ユーザー osyo-mangaosyo-manga
提出日時 2023-02-17 14:43:37
言語 Ruby
(3.3.0)
結果
AC  
実行時間 127 ms / 1,000 ms
コード長 54 bytes
コンパイル時間 118 ms
コンパイル使用メモリ 11,372 KB
実行使用メモリ 15,260 KB
最終ジャッジ日時 2023-09-26 14:08:26
合計ジャッジ時間 2,991 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 127 ms
15,140 KB
testcase_01 AC 107 ms
15,148 KB
testcase_02 AC 103 ms
15,084 KB
testcase_03 AC 96 ms
15,048 KB
testcase_04 AC 94 ms
15,176 KB
testcase_05 AC 94 ms
15,052 KB
testcase_06 AC 92 ms
15,108 KB
testcase_07 AC 88 ms
15,248 KB
testcase_08 AC 93 ms
15,072 KB
testcase_09 AC 89 ms
15,100 KB
testcase_10 AC 93 ms
15,044 KB
testcase_11 AC 91 ms
15,176 KB
testcase_12 AC 92 ms
15,236 KB
testcase_13 AC 91 ms
15,144 KB
testcase_14 AC 93 ms
15,260 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

if 400 <= gets.to_i
  puts "Yes"
else
  puts "No"
end
0