結果

問題 No.8029 素因数
ユーザー %20
提出日時 2017-03-31 23:22:54
言語 Perl
(5.40.0)
結果
RE  
実行時間 -
コード長 117 bytes
コンパイル時間 138 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-07-07 05:45:53
合計ジャッジ時間 1,383 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 37 RE * 3
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "odd" may clash with future reserved word at Main.pl line 5.
Unquoted string "even" may clash with future reserved word at Main.pl line 5.
Main.pl syntax OK

ソースコード

diff #

$_>37&&die,print+(_,
0,1,1,1,1,1,0,1,1,1,
0,1,1,1,1,1,0,1,0,1,
0,1,0,1,0,1,1,1,1,1,
0,1,0,1,1,1,0)[$_]?odd:even for<>
0