結果

問題 No.779 Heisei
ユーザー osyo-mangaosyo-manga
提出日時 2022-02-04 20:30:33
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 157 bytes
コンパイル時間 147 ms
コンパイル使用メモリ 11,276 KB
実行使用メモリ 15,640 KB
最終ジャッジ日時 2023-09-02 04:22:13
合計ジャッジ時間 3,242 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 84 ms
15,424 KB
testcase_01 AC 79 ms
15,452 KB
testcase_02 AC 78 ms
15,360 KB
testcase_03 AC 78 ms
15,400 KB
testcase_04 AC 77 ms
15,348 KB
testcase_05 WA -
testcase_06 AC 76 ms
15,384 KB
testcase_07 AC 78 ms
15,524 KB
testcase_08 AC 76 ms
15,436 KB
testcase_09 AC 78 ms
15,436 KB
testcase_10 AC 76 ms
15,452 KB
testcase_11 AC 78 ms
15,304 KB
testcase_12 AC 78 ms
15,520 KB
testcase_13 AC 77 ms
15,288 KB
testcase_14 AC 76 ms
15,488 KB
testcase_15 AC 77 ms
15,272 KB
testcase_16 WA -
testcase_17 AC 77 ms
15,412 KB
testcase_18 AC 74 ms
15,476 KB
testcase_19 AC 75 ms
15,484 KB
testcase_20 AC 78 ms
15,484 KB
testcase_21 AC 82 ms
15,488 KB
testcase_22 AC 82 ms
15,512 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

require "time"
puts Time.instance_method(:between?).bind_call(*[gets.split(' ').join('-'), '1988-01-08', '2019-04-30'].map { Time.parse _1 }) ? 'Yes' : 'No'
0