結果

問題 No.725 木は明らかに森である
ユーザー miya145592miya145592
提出日時 2023-05-03 00:00:45
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 34 ms / 2,000 ms
コード長 55 bytes
コンパイル時間 184 ms
コンパイル使用メモリ 81,820 KB
実行使用メモリ 53,004 KB
最終ジャッジ日時 2024-05-01 08:16:30
合計ジャッジ時間 1,166 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 31 ms
52,496 KB
testcase_01 AC 34 ms
52,320 KB
testcase_02 AC 34 ms
52,144 KB
testcase_03 AC 33 ms
52,360 KB
testcase_04 AC 34 ms
52,372 KB
testcase_05 AC 33 ms
51,700 KB
testcase_06 AC 33 ms
53,004 KB
testcase_07 AC 32 ms
52,852 KB
testcase_08 AC 33 ms
51,704 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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