結果
問題 | No.725 木は明らかに森である |
ユーザー |
|
提出日時 | 2022-09-13 16:51:02 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 81 bytes |
コンパイル時間 | 159 ms |
コンパイル使用メモリ | 81,900 KB |
実行使用メモリ | 53,556 KB |
最終ジャッジ日時 | 2024-11-30 22:41:10 |
合計ジャッジ時間 | 989 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 8 WA * 1 |
ソースコード
S = input()while "treeone" in S:S = S.replace("treeone", "forest")print(S)