結果

問題 No.1106 🦉 何事もバランスが大事
ユーザー tailstails
提出日時 2021-05-14 09:37:43
言語 Perl
(5.38.2)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 123 bytes
コンパイル時間 1,011 ms
コンパイル使用メモリ 12,928 KB
実行使用メモリ 14,208 KB
最終ジャッジ日時 2024-04-08 22:37:50
合計ジャッジ時間 131,391 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 51 ms
12,928 KB
testcase_01 AC 52 ms
12,928 KB
testcase_02 AC 55 ms
12,928 KB
testcase_03 AC 100 ms
12,928 KB
testcase_04 AC 1,851 ms
14,080 KB
testcase_05 AC 51 ms
12,928 KB
testcase_06 AC 51 ms
12,928 KB
testcase_07 AC 51 ms
12,928 KB
testcase_08 AC 51 ms
12,928 KB
testcase_09 AC 77 ms
12,928 KB
testcase_10 AC 103 ms
12,928 KB
testcase_11 AC 133 ms
12,928 KB
testcase_12 AC 204 ms
13,056 KB
testcase_13 AC 323 ms
13,056 KB
testcase_14 AC 400 ms
13,184 KB
testcase_15 AC 452 ms
13,184 KB
testcase_16 AC 458 ms
13,184 KB
testcase_17 AC 463 ms
13,184 KB
testcase_18 AC 459 ms
13,184 KB
testcase_19 AC 452 ms
13,184 KB
testcase_20 AC 746 ms
13,312 KB
testcase_21 AC 819 ms
13,440 KB
testcase_22 AC 1,050 ms
13,568 KB
testcase_23 AC 1,228 ms
13,696 KB
testcase_24 AC 1,428 ms
13,696 KB
testcase_25 AC 1,719 ms
13,952 KB
testcase_26 AC 1,902 ms
14,080 KB
testcase_27 AC 1,934 ms
14,080 KB
testcase_28 AC 1,925 ms
14,080 KB
testcase_29 AC 1,903 ms
14,080 KB
testcase_30 AC 1,912 ms
14,080 KB
testcase_31 AC 1,865 ms
13,952 KB
testcase_32 TLE -
testcase_33 TLE -
testcase_34 TLE -
testcase_35 TLE -
testcase_36 TLE -
testcase_37 TLE -
testcase_38 TLE -
testcase_39 TLE -
testcase_40 TLE -
testcase_41 TLE -
testcase_42 TLE -
testcase_43 TLE -
testcase_44 TLE -
testcase_45 TLE -
testcase_46 TLE -
testcase_47 TLE -
testcase_48 TLE -
testcase_49 TLE -
testcase_50 TLE -
testcase_51 AC 1,463 ms
13,696 KB
testcase_52 TLE -
testcase_53 TLE -
testcase_54 TLE -
testcase_55 TLE -
testcase_56 TLE -
testcase_57 TLE -
testcase_58 TLE -
testcase_59 TLE -
testcase_60 TLE -
testcase_61 TLE -
testcase_62 TLE -
testcase_63 TLE -
testcase_64 TLE -
testcase_65 AC 1,456 ms
13,824 KB
testcase_66 TLE -
testcase_67 TLE -
testcase_68 TLE -
testcase_69 TLE -
testcase_70 TLE -
testcase_71 TLE -
testcase_72 TLE -
testcase_73 TLE -
testcase_74 TLE -
testcase_75 TLE -
testcase_76 TLE -
testcase_77 AC 1,980 ms
14,080 KB
testcase_78 AC 1,933 ms
14,080 KB
testcase_79 AC 1,903 ms
14,080 KB
testcase_80 AC 1,934 ms
14,080 KB
testcase_81 AC 1,883 ms
14,080 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible precedence problem on bitwise & operator at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

use bigint;sub f{my($r,$l,$d,$a)=@_;${"@_"}//=$r<3?$l<$d&$d<=$r:$a+!map$a+=f(($r-$_)/5,($l-$_+5)/5-1,$d-$_),-2..2}print f<>
0