結果

問題 No.784 「,(カンマ)」
ユーザー icun
提出日時 2019-07-08 11:59:27
言語 Perl
(5.40.0)
結果
AC  
実行時間 4 ms / 2,000 ms
コード長 44 bytes
コンパイル時間 170 ms
コンパイル使用メモリ 6,948 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-10-08 03:28:09
合計ジャッジ時間 1,002 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 10
権限があれば一括ダウンロードができます
コンパイルメッセージ
\1 better written as $1 at Main.pl line 1.
\2 better written as $2 at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

$_=<>;0while s/(.*\d)(\d{3}.*)$/\1,\2/;print
0