結果

問題 No.4 おもりと天秤
コンテスト
ユーザー 👑 tails
提出日時 2015-02-10 19:12:10
言語 Perl
(5.42.0)
コンパイル:
perl -cw _filename_
実行:
perl -X _filename_
結果
AC  
実行時間 63 ms / 5,000 ms
コード長 78 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 51 ms
コンパイル使用メモリ 7,968 KB
実行使用メモリ 7,844 KB
最終ジャッジ日時 2026-03-13 01:28:39
合計ジャッジ時間 1,286 ms
ジャッジサーバーID
(参考情報)
judge1_1 / judge3_0
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 23
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "im" may clash with future reserved word at Main.pl line 1.
Unquoted string "possible" may clash with future reserved word at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #
raw source code

<>;$/=$";for$m(<>){$n+=$m;map$a{$_+$m}++,0,keys%a};print!$a{$n/2}&&im,possible
0