結果

問題 No.346 チワワ数え上げ問題
コンテスト
ユーザー 👑 tails
提出日時 2016-02-28 15:31:02
言語 Perl
(5.42.1)
コンパイル:
perl -cw _filename_
実行:
perl -X _filename_
結果
WA  
実行時間 -
コード長 38 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 35 ms
コンパイル使用メモリ 6,400 KB
実行使用メモリ 12,544 KB
最終ジャッジ日時 2026-04-11 16:56:58
合計ジャッジ時間 1,189 ms
ジャッジサーバーID
(参考情報)
judge2_0 / judge3_0
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1 WA * 2
other AC * 2 WA * 21
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "w" may clash with future reserved word at Main.pl line 1.
Name "main::c" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #
raw source code

$/=w;$%+=$w,$w+=$c+=y/c//for<>;print$%
0