結果

問題 No.2110 012 Matching
ユーザー tailstails
提出日時 2022-10-28 23:14:14
言語 Perl
(5.38.2)
結果
AC  
実行時間 165 ms / 2,000 ms
コード長 109 bytes
コンパイル時間 233 ms
コンパイル使用メモリ 7,072 KB
実行使用メモリ 19,968 KB
最終ジャッジ日時 2024-07-06 02:28:45
合計ジャッジ時間 2,605 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
6,816 KB
testcase_01 AC 43 ms
8,832 KB
testcase_02 AC 105 ms
14,976 KB
testcase_03 AC 70 ms
11,648 KB
testcase_04 AC 138 ms
18,176 KB
testcase_05 AC 97 ms
14,336 KB
testcase_06 AC 96 ms
13,952 KB
testcase_07 AC 157 ms
19,968 KB
testcase_08 AC 7 ms
6,944 KB
testcase_09 AC 24 ms
7,424 KB
testcase_10 AC 165 ms
19,968 KB
testcase_11 AC 2 ms
6,940 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>;
for(<>){
    ($a,$b,$c)=split;
	print+($b&~1)+(($a-=$e=$a<$c?$a:$c)<($b&=1)?$a:$b)+$e*2+($c-$e>>1),$/;
}
0