結果

問題 No.779 Heisei
ユーザー tailstails
提出日時 2019-01-11 22:22:41
言語 Perl
(5.26.3)
結果
AC  
実行時間 6 ms / 1,000 ms
コード長 78 bytes
コンパイル時間 456 ms
使用メモリ 5,432 KB
最終ジャッジ日時 2022-12-12 01:37:14
合計ジャッジ時間 1,799 ms
ジャッジサーバーID
(参考情報)
judge10 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
使用メモリ
testcase_00 AC 5 ms
5,252 KB
testcase_01 AC 6 ms
5,152 KB
testcase_02 AC 6 ms
5,184 KB
testcase_03 AC 6 ms
5,400 KB
testcase_04 AC 6 ms
5,360 KB
testcase_05 AC 6 ms
5,112 KB
testcase_06 AC 6 ms
5,244 KB
testcase_07 AC 6 ms
5,204 KB
testcase_08 AC 6 ms
5,152 KB
testcase_09 AC 6 ms
5,252 KB
testcase_10 AC 6 ms
5,256 KB
testcase_11 AC 6 ms
5,432 KB
testcase_12 AC 6 ms
5,248 KB
testcase_13 AC 6 ms
5,196 KB
testcase_14 AC 6 ms
5,364 KB
testcase_15 AC 6 ms
5,096 KB
testcase_16 AC 5 ms
5,424 KB
testcase_17 AC 6 ms
5,372 KB
testcase_18 AC 6 ms
5,428 KB
testcase_19 AC 6 ms
5,208 KB
testcase_20 AC 6 ms
5,164 KB
testcase_21 AC 6 ms
5,144 KB
testcase_22 AC 6 ms
5,188 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($y,$m,$d)=glob<>;
$d+=$y*10000+$m*100;
print$d>=19890108&&$d<=20190430?Yes:No
0