結果

問題 No.2110 012 Matching
ユーザー tailstails
提出日時 2022-10-28 23:14:14
言語 Perl
(5.38.2)
結果
AC  
実行時間 203 ms / 2,000 ms
コード長 109 bytes
コンパイル時間 314 ms
コンパイル使用メモリ 5,332 KB
実行使用メモリ 19,364 KB
最終ジャッジ日時 2023-09-20 06:28:55
合計ジャッジ時間 3,622 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,492 KB
testcase_01 AC 53 ms
8,376 KB
testcase_02 AC 135 ms
14,280 KB
testcase_03 AC 90 ms
10,896 KB
testcase_04 AC 177 ms
17,440 KB
testcase_05 AC 124 ms
13,624 KB
testcase_06 AC 118 ms
13,396 KB
testcase_07 AC 201 ms
19,364 KB
testcase_08 AC 9 ms
5,004 KB
testcase_09 AC 31 ms
6,704 KB
testcase_10 AC 203 ms
19,200 KB
testcase_11 AC 3 ms
4,624 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