結果

問題 No.418 ミンミンゼミ
ユーザー nukosuke
提出日時 2016-10-20 08:47:33
言語 Perl
(5.40.0)
結果
AC  
実行時間 4 ms / 1,000 ms
コード長 42 bytes
コンパイル時間 69 ms
コンパイル使用メモリ 6,688 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-07-16 02:07:30
合計ジャッジ時間 1,002 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1
other AC * 25
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::c" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

print(($c = () = <> =~ m/mi(-)*n/g)."\n");
0