結果

問題 No.773 コンテスト
ユーザー 👑 yumechiyumechi
提出日時 2019-12-03 13:28:46
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 58 bytes
コンパイル時間 133 ms
コンパイル使用メモリ 11,528 KB
実行使用メモリ 15,384 KB
最終ジャッジ日時 2023-08-18 02:37:56
合計ジャッジ時間 3,132 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 78 ms
15,144 KB
testcase_01 WA -
testcase_02 AC 78 ms
15,160 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 79 ms
15,136 KB
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 79 ms
15,088 KB
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 79 ms
15,096 KB
testcase_15 WA -
testcase_16 AC 78 ms
15,208 KB
testcase_17 WA -
testcase_18 AC 78 ms
15,064 KB
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 AC 78 ms
15,156 KB
testcase_23 AC 79 ms
15,268 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

a,b=gets.split.map(&:to_i)
p ([21,22,23]-(a..b).to_a).size
0