結果

問題 No.253 ロウソクの長さ
ユーザー %20%20
提出日時 2017-05-27 13:38:28
言語 Perl
(5.38.2)
結果
AC  
実行時間 32 ms / 2,000 ms
コード長 125 bytes
コンパイル時間 50 ms
コンパイル使用メモリ 5,216 KB
実行使用メモリ 24,276 KB
平均クエリ数 26.44
最終ジャッジ日時 2023-09-24 01:18:09
合計ジャッジ時間 2,924 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 32 ms
23,524 KB
testcase_01 AC 27 ms
23,604 KB
testcase_02 AC 30 ms
23,640 KB
testcase_03 AC 26 ms
23,832 KB
testcase_04 AC 24 ms
24,036 KB
testcase_05 AC 25 ms
24,180 KB
testcase_06 AC 25 ms
24,252 KB
testcase_07 AC 26 ms
23,376 KB
testcase_08 AC 26 ms
23,604 KB
testcase_09 AC 25 ms
23,604 KB
testcase_10 AC 26 ms
23,604 KB
testcase_11 AC 26 ms
23,532 KB
testcase_12 AC 26 ms
23,988 KB
testcase_13 AC 26 ms
23,640 KB
testcase_14 AC 24 ms
23,628 KB
testcase_15 AC 26 ms
24,036 KB
testcase_16 AC 24 ms
23,364 KB
testcase_17 AC 25 ms
23,376 KB
testcase_18 AC 26 ms
24,024 KB
testcase_19 AC 25 ms
23,652 KB
testcase_20 AC 23 ms
23,376 KB
testcase_21 AC 25 ms
24,036 KB
testcase_22 AC 24 ms
23,364 KB
testcase_23 AC 25 ms
24,276 KB
testcase_24 AC 25 ms
24,012 KB
testcase_25 AC 24 ms
23,640 KB
testcase_26 AC 26 ms
23,820 KB
testcase_27 AC 24 ms
23,976 KB
testcase_28 AC 25 ms
23,520 KB
testcase_29 AC 25 ms
23,376 KB
testcase_30 AC 26 ms
24,228 KB
testcase_31 AC 26 ms
24,024 KB
testcase_32 AC 26 ms
24,024 KB
testcase_33 AC 25 ms
24,024 KB
testcase_34 AC 26 ms
23,364 KB
testcase_35 AC 26 ms
23,640 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$d=64,$s=0,$j=0;$i=1;for(;$|=printf("%c %d\n",($d>>=1)?63:33,$s+$d-!!$d*$j),$d;$j++?$s+=!! ~$i*$d:($d+=!! ~$i<<30)){$i=<>+0;}
0