結果

問題 No.300 平方数
ユーザー tailstails
提出日時 2015-11-13 22:25:35
言語 Perl
(5.38.2)
結果
RE  
実行時間 -
コード長 71 bytes
コンパイル時間 207 ms
コンパイル使用メモリ 5,336 KB
実行使用メモリ 813,608 KB
最終ジャッジ日時 2023-10-11 15:52:11
合計ジャッジ時間 4,852 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 5 ms
4,756 KB
testcase_01 AC 5 ms
4,732 KB
testcase_02 AC 5 ms
4,652 KB
testcase_03 AC 4 ms
4,512 KB
testcase_04 AC 5 ms
4,580 KB
testcase_05 AC 5 ms
4,616 KB
testcase_06 AC 5 ms
4,768 KB
testcase_07 AC 4 ms
4,628 KB
testcase_08 AC 5 ms
4,836 KB
testcase_09 AC 4 ms
4,780 KB
testcase_10 AC 4 ms
4,576 KB
testcase_11 AC 4 ms
4,512 KB
testcase_12 AC 5 ms
4,616 KB
testcase_13 AC 9 ms
13,956 KB
testcase_14 AC 5 ms
4,572 KB
testcase_15 AC 5 ms
4,904 KB
testcase_16 AC 5 ms
4,684 KB
testcase_17 AC 5 ms
4,836 KB
testcase_18 AC 5 ms
4,488 KB
testcase_19 AC 5 ms
4,776 KB
testcase_20 RE -
testcase_21 AC 5 ms
4,832 KB
testcase_22 AC 5 ms
4,652 KB
testcase_23 RE -
testcase_24 RE -
testcase_25 RE -
testcase_26 RE -
testcase_27 RE -
testcase_28 RE -
testcase_29 RE -
testcase_30 RE -
testcase_31 RE -
testcase_32 RE -
testcase_33 RE -
testcase_34 RE -
testcase_35 RE -
testcase_36 RE -
testcase_37 RE -
testcase_38 AC 5 ms
4,900 KB
testcase_39 MLE -
testcase_40 MLE -
testcase_41 RE -
testcase_42 AC 5 ms
4,924 KB
testcase_43 MLE -
testcase_44 -- -
testcase_45 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::a" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

$_=<>;$y=1;($a[$_]^=1)?($y*=$_):($y/=$_)for`factor $_`=~/ \d+/g;print$y
0