結果

問題 No.1186 長方形の敷き詰め
ユーザー tailstails
提出日時 2020-08-22 16:53:07
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 68 bytes
コンパイル時間 414 ms
コンパイル使用メモリ 7,072 KB
実行使用メモリ 70,272 KB
最終ジャッジ日時 2024-04-23 11:00:32
合計ジャッジ時間 3,256 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
6,816 KB
testcase_01 AC 7 ms
6,944 KB
testcase_02 AC 177 ms
70,144 KB
testcase_03 AC 7 ms
6,940 KB
testcase_04 AC 8 ms
6,940 KB
testcase_05 AC 7 ms
6,944 KB
testcase_06 AC 7 ms
6,940 KB
testcase_07 AC 7 ms
6,944 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 8 ms
6,940 KB
testcase_12 AC 9 ms
6,940 KB
testcase_13 AC 8 ms
6,940 KB
testcase_14 AC 8 ms
6,940 KB
testcase_15 AC 8 ms
6,944 KB
testcase_16 AC 8 ms
6,940 KB
testcase_17 AC 57 ms
25,856 KB
testcase_18 AC 114 ms
47,104 KB
testcase_19 AC 133 ms
54,912 KB
testcase_20 AC 152 ms
61,312 KB
testcase_21 AC 107 ms
44,672 KB
testcase_22 WA -
testcase_23 WA -
testcase_24 AC 165 ms
50,560 KB
testcase_25 AC 100 ms
37,760 KB
testcase_26 AC 107 ms
45,056 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($n,$m)=glob<>;$d[$_]=$_<$n||$d[$_-$n]+$d[$_-1]for 0..$m;print$d[$m]
0