結果

問題 No.2110 012 Matching
ユーザー tailstails
提出日時 2022-10-28 21:31:26
言語 Perl
(5.38.2)
結果
AC  
実行時間 971 ms / 2,000 ms
コード長 160 bytes
コンパイル時間 710 ms
コンパイル使用メモリ 5,888 KB
実行使用メモリ 20,736 KB
最終ジャッジ日時 2024-07-06 00:34:01
合計ジャッジ時間 7,071 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
6,016 KB
testcase_01 AC 205 ms
9,728 KB
testcase_02 AC 541 ms
15,616 KB
testcase_03 AC 364 ms
12,288 KB
testcase_04 AC 777 ms
18,816 KB
testcase_05 AC 582 ms
15,104 KB
testcase_06 AC 560 ms
14,720 KB
testcase_07 AC 971 ms
20,608 KB
testcase_08 AC 38 ms
6,400 KB
testcase_09 AC 146 ms
8,064 KB
testcase_10 AC 942 ms
20,736 KB
testcase_11 AC 8 ms
5,888 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

use integer;
<>;
for(<>){
    ($a,$b,$c)=glob;
	$d=$b>>1;
	$b-=$d*2;
	$e=$a<$c?$a:$c;
	$a-=$e;
	$c-=$e;
	$f=$a<$b?$a:$b;
	$g=$c>>1;
	print$d*2+$e*2+$f+$g,$/;
}
0