結果

問題 No.4 おもりと天秤
ユーザー なおなお
提出日時 2015-02-10 18:21:05
言語 Perl
(5.38.2)
結果
AC  
実行時間 103 ms / 5,000 ms
コード長 90 bytes
コンパイル時間 213 ms
コンパイル使用メモリ 5,220 KB
実行使用メモリ 5,872 KB
最終ジャッジ日時 2023-09-08 16:06:43
合計ジャッジ時間 1,733 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,660 KB
testcase_01 AC 3 ms
4,660 KB
testcase_02 AC 3 ms
4,668 KB
testcase_03 AC 3 ms
4,624 KB
testcase_04 AC 4 ms
4,800 KB
testcase_05 AC 89 ms
5,828 KB
testcase_06 AC 3 ms
4,680 KB
testcase_07 AC 94 ms
5,664 KB
testcase_08 AC 4 ms
4,676 KB
testcase_09 AC 4 ms
4,720 KB
testcase_10 AC 103 ms
5,872 KB
testcase_11 AC 2 ms
4,568 KB
testcase_12 AC 3 ms
4,592 KB
testcase_13 AC 2 ms
4,680 KB
testcase_14 AC 2 ms
4,628 KB
testcase_15 AC 2 ms
4,584 KB
testcase_16 AC 3 ms
4,680 KB
testcase_17 AC 2 ms
4,576 KB
testcase_18 AC 45 ms
5,172 KB
testcase_19 AC 82 ms
5,564 KB
testcase_20 AC 82 ms
5,652 KB
testcase_21 AC 79 ms
5,640 KB
testcase_22 AC 83 ms
5,532 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
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 #

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