結果

問題 No.889 素数!
ユーザー %20
提出日時 2019-09-21 04:41:37
言語 Perl
(5.40.0)
結果
AC  
実行時間 4 ms / 2,000 ms
コード長 109 bytes
コンパイル時間 130 ms
コンパイル使用メモリ 5,504 KB
実行使用メモリ 5,632 KB
最終ジャッジ日時 2024-09-15 13:29:12
合計ジャッジ時間 1,900 ms
ジャッジサーバーID
(参考情報)
judge5 / judge6
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 61
権限があれば一括ダウンロードができます
コンパイルメッセージ
Smartmatch is deprecated at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

print$_<2?$_:/^6$|28/?'Kanzensu!':/^8|27/?'Ripposu!':sqrt!~/\./?'Heihosu!':1x$_~~/^(11+)\1+$/?$_:'Sosu!'for<>
0