結果

問題 No.268 ラッピング(Easy)
ユーザー %20%20
提出日時 2017-02-08 11:55:55
言語 Perl
(5.40.0)
結果
AC  
実行時間 10 ms / 5,000 ms
コード長 247 bytes
コンパイル時間 855 ms
コンパイル使用メモリ 5,760 KB
実行使用メモリ 6,016 KB
最終ジャッジ日時 2024-12-25 16:28:36
合計ジャッジ時間 2,302 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 10
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::c" used only once: possible typo at Main.pl line 1.
Name "main::x" used only once: possible typo at Main.pl line 1.
Name "main::z" used only once: possible typo at Main.pl line 1.
Name "main::y" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

($a,$b,$c,$x,$y,$z)=glob<>.<>;
printf sort{$a-$b}eval'
	(a+b)*x+(b+c)*y+(c+a)*z<<1,
	(a+b)*x+(b+c)*z+(c+a)*y<<1,
	(a+b)*y+(b+c)*z+(c+a)*x<<1,
	(a+b)*y+(b+c)*x+(c+a)*z<<1,
	(a+b)*z+(b+c)*x+(c+a)*y<<1,
	(a+b)*z+(b+c)*y+(c+a)*x<<1
'=~s/[a-z]/\$$&/gr
0