結果
問題 | No.725 木は明らかに森である |
ユーザー |
|
提出日時 | 2019-04-10 16:19:41 |
言語 | Perl (5.40.0) |
結果 |
AC
|
実行時間 | 7 ms / 2,000 ms |
コード長 | 88 bytes |
コンパイル時間 | 94 ms |
コンパイル使用メモリ | 5,632 KB |
実行使用メモリ | 5,632 KB |
最終ジャッジ日時 | 2024-07-07 15:00:56 |
合計ジャッジ時間 | 683 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 9 |
コンパイルメッセージ
Main.pl syntax OK
ソースコード
use strict;use warnings;my $str = <STDIN>;$str =~ s/treeone/forest/g;print $str;