結果

問題 No.725 木は明らかに森である
ユーザー HAGI_TAROHAGI_TARO
提出日時 2021-09-19 09:22:41
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 71 ms / 2,000 ms
コード長 49 bytes
コンパイル時間 293 ms
コンパイル使用メモリ 86,612 KB
実行使用メモリ 71,316 KB
最終ジャッジ日時 2023-09-14 03:46:12
合計ジャッジ時間 1,513 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 69 ms
71,312 KB
testcase_01 AC 66 ms
71,120 KB
testcase_02 AC 66 ms
71,124 KB
testcase_03 AC 67 ms
71,084 KB
testcase_04 AC 68 ms
71,316 KB
testcase_05 AC 71 ms
71,064 KB
testcase_06 AC 67 ms
71,180 KB
testcase_07 AC 66 ms
71,188 KB
testcase_08 AC 68 ms
71,136 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

S = input()
print(S.replace("treeone", "forest"))
0