結果

問題 No.1186 長方形の敷き詰め
ユーザー tailstails
提出日時 2020-08-22 16:53:07
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 68 bytes
コンパイル時間 686 ms
コンパイル使用メモリ 5,760 KB
実行使用メモリ 70,016 KB
最終ジャッジ日時 2024-10-15 10:56:08
合計ジャッジ時間 3,583 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
5,760 KB
testcase_01 AC 7 ms
5,888 KB
testcase_02 AC 166 ms
69,888 KB
testcase_03 AC 7 ms
5,888 KB
testcase_04 AC 6 ms
5,888 KB
testcase_05 AC 6 ms
5,888 KB
testcase_06 AC 7 ms
5,888 KB
testcase_07 AC 7 ms
5,888 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 7 ms
6,016 KB
testcase_12 AC 8 ms
6,400 KB
testcase_13 AC 7 ms
5,888 KB
testcase_14 AC 8 ms
6,272 KB
testcase_15 AC 7 ms
6,016 KB
testcase_16 AC 7 ms
5,888 KB
testcase_17 AC 56 ms
25,728 KB
testcase_18 AC 110 ms
46,976 KB
testcase_19 AC 128 ms
54,784 KB
testcase_20 AC 143 ms
61,184 KB
testcase_21 AC 101 ms
44,544 KB
testcase_22 WA -
testcase_23 WA -
testcase_24 AC 153 ms
50,432 KB
testcase_25 AC 93 ms
37,632 KB
testcase_26 AC 99 ms
44,928 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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