結果

問題 No.1106 🦉 何事もバランスが大事
ユーザー tailstails
提出日時 2020-07-07 10:59:28
言語 Perl
(5.38.2)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 125 bytes
コンパイル時間 1,031 ms
コンパイル使用メモリ 12,988 KB
実行使用メモリ 14,332 KB
最終ジャッジ日時 2023-10-26 01:48:20
合計ジャッジ時間 123,806 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 49 ms
12,948 KB
testcase_01 AC 49 ms
12,948 KB
testcase_02 AC 57 ms
12,936 KB
testcase_03 AC 104 ms
12,996 KB
testcase_04 AC 1,791 ms
14,104 KB
testcase_05 AC 47 ms
12,960 KB
testcase_06 AC 49 ms
12,948 KB
testcase_07 AC 51 ms
12,952 KB
testcase_08 AC 50 ms
12,952 KB
testcase_09 AC 72 ms
12,960 KB
testcase_10 AC 99 ms
12,992 KB
testcase_11 AC 126 ms
13,020 KB
testcase_12 AC 196 ms
13,072 KB
testcase_13 AC 310 ms
13,136 KB
testcase_14 AC 364 ms
13,188 KB
testcase_15 AC 436 ms
13,216 KB
testcase_16 AC 429 ms
13,204 KB
testcase_17 AC 419 ms
13,236 KB
testcase_18 AC 433 ms
13,220 KB
testcase_19 AC 424 ms
13,232 KB
testcase_20 AC 699 ms
13,388 KB
testcase_21 AC 767 ms
13,440 KB
testcase_22 AC 992 ms
13,612 KB
testcase_23 AC 1,169 ms
13,744 KB
testcase_24 AC 1,326 ms
13,808 KB
testcase_25 AC 1,612 ms
14,000 KB
testcase_26 AC 1,846 ms
14,084 KB
testcase_27 AC 1,836 ms
14,064 KB
testcase_28 AC 1,809 ms
14,068 KB
testcase_29 AC 1,801 ms
14,064 KB
testcase_30 AC 1,773 ms
14,080 KB
testcase_31 AC 1,761 ms
14,040 KB
testcase_32 AC 1,909 ms
14,152 KB
testcase_33 AC 1,907 ms
14,152 KB
testcase_34 AC 1,940 ms
14,164 KB
testcase_35 AC 1,908 ms
14,148 KB
testcase_36 AC 1,905 ms
14,164 KB
testcase_37 AC 1,985 ms
14,168 KB
testcase_38 AC 1,980 ms
14,160 KB
testcase_39 TLE -
testcase_40 AC 1,994 ms
14,156 KB
testcase_41 TLE -
testcase_42 AC 1,987 ms
14,148 KB
testcase_43 TLE -
testcase_44 AC 1,992 ms
14,172 KB
testcase_45 AC 1,973 ms
14,168 KB
testcase_46 AC 1,972 ms
14,156 KB
testcase_47 TLE -
testcase_48 TLE -
testcase_49 AC 1,976 ms
14,168 KB
testcase_50 AC 1,954 ms
14,160 KB
testcase_51 AC 1,521 ms
13,820 KB
testcase_52 AC 1,979 ms
14,144 KB
testcase_53 AC 1,964 ms
14,152 KB
testcase_54 AC 1,946 ms
14,144 KB
testcase_55 AC 1,981 ms
14,156 KB
testcase_56 TLE -
testcase_57 TLE -
testcase_58 AC 1,977 ms
14,180 KB
testcase_59 AC 1,980 ms
14,148 KB
testcase_60 AC 1,965 ms
14,152 KB
testcase_61 AC 1,935 ms
14,172 KB
testcase_62 AC 1,961 ms
14,152 KB
testcase_63 AC 1,964 ms
14,168 KB
testcase_64 AC 1,971 ms
14,172 KB
testcase_65 AC 1,523 ms
13,796 KB
testcase_66 TLE -
testcase_67 TLE -
testcase_68 TLE -
testcase_69 TLE -
testcase_70 AC 1,993 ms
14,256 KB
testcase_71 TLE -
testcase_72 TLE -
testcase_73 TLE -
testcase_74 TLE -
testcase_75 TLE -
testcase_76 AC 1,974 ms
14,176 KB
testcase_77 AC 1,882 ms
14,144 KB
testcase_78 AC 1,824 ms
14,124 KB
testcase_79 AC 1,808 ms
14,120 KB
testcase_80 AC 1,801 ms
14,112 KB
testcase_81 AC 1,767 ms
14,096 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:do{$a+=f(($r-$_)/5,($l-$_+5)/5-1,$d-$_)for-2..2;$a}}print f<>
0