結果

問題 No.108 トリプルカードコンプ
ユーザー tailstails
提出日時 2017-02-13 18:34:56
言語 Perl
(5.40.0)
結果
AC  
実行時間 1,563 ms / 5,000 ms
コード長 166 bytes
コンパイル時間 279 ms
コンパイル使用メモリ 5,760 KB
実行使用メモリ 69,120 KB
最終ジャッジ日時 2024-12-29 18:56:49
合計ジャッジ時間 5,532 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 20
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "c" may clash with future reserved word at Main.pl line 1.
Unquoted string "b" may clash with future reserved word at Main.pl line 1.
Unquoted string "a" may clash with future reserved word at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

sub f{local($c,$b,$a)=map$$_+pop,c,b,a;${$_="$a $b $c"}//=!/-/&&($n+$a*f(-1,1,0)+$b*f(-1,1)+$c*f(-1))/($a+$b+$c)}$n=<>;${"0 0 0"}=0;$a[$_]++for glob<>;print f@a[0..2]
0