結果

問題 No.11 カードマッチ
ユーザー tailstails
提出日時 2017-01-25 13:21:19
言語 Perl
(5.38.2)
結果
CE  
(最新)
AC  
(最初)
実行時間 -
コード長 74 bytes
コンパイル時間 30 ms
コンパイル使用メモリ 6,812 KB
最終ジャッジ日時 2024-04-27 02:23:57
合計ジャッジ時間 385 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。

コンパイルメッセージ
Scalar found where operator expected (Missing operator before "$x"?) at Main.pl line 1, near "/ /and$x"
Regexp modifiers "/a" and "/d" are mutually exclusive at Main.pl line 1, at end of line
syntax error at Main.pl line 1, near "/ /and$x"
Main.pl had compilation errors.

ソースコード

diff #

/ /and$x+=!$s{$`}++,$y+=!${$'}++for($w,$h,@a)=<>;print$w*$y+($h-$y)*$x-$#a
0