結果

問題 No.300 平方数
ユーザー tailstails
提出日時 2015-11-13 22:25:35
言語 Perl
(5.38.2)
結果
RE  
実行時間 -
コード長 71 bytes
コンパイル時間 52 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 816,132 KB
最終ジャッジ日時 2024-09-13 14:38:06
合計ジャッジ時間 4,065 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4 ms
5,504 KB
testcase_01 AC 5 ms
5,376 KB
testcase_02 AC 5 ms
5,376 KB
testcase_03 AC 5 ms
5,376 KB
testcase_04 AC 5 ms
5,504 KB
testcase_05 AC 4 ms
5,376 KB
testcase_06 AC 4 ms
5,376 KB
testcase_07 AC 5 ms
5,376 KB
testcase_08 AC 5 ms
5,760 KB
testcase_09 AC 4 ms
5,504 KB
testcase_10 AC 5 ms
5,504 KB
testcase_11 AC 5 ms
5,376 KB
testcase_12 AC 5 ms
5,504 KB
testcase_13 AC 9 ms
14,592 KB
testcase_14 AC 5 ms
5,376 KB
testcase_15 AC 5 ms
5,504 KB
testcase_16 AC 5 ms
5,376 KB
testcase_17 AC 5 ms
5,504 KB
testcase_18 AC 4 ms
5,504 KB
testcase_19 AC 4 ms
5,376 KB
testcase_20 RE -
testcase_21 AC 5 ms
5,504 KB
testcase_22 AC 4 ms
5,632 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
5,504 KB
testcase_39 MLE -
testcase_40 MLE -
testcase_41 RE -
testcase_42 AC 5 ms
5,632 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