結果

問題 No.725 木は明らかに森である
ユーザー Poina15Poina15
提出日時 2018-08-24 21:26:46
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 26 ms / 2,000 ms
コード長 53 bytes
コンパイル時間 400 ms
コンパイル使用メモリ 10,720 KB
実行使用メモリ 9,004 KB
最終ジャッジ日時 2023-09-05 10:57:18
合計ジャッジ時間 1,308 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 26 ms
8,996 KB
testcase_01 AC 25 ms
8,932 KB
testcase_02 AC 25 ms
8,936 KB
testcase_03 AC 25 ms
8,968 KB
testcase_04 AC 25 ms
8,924 KB
testcase_05 AC 26 ms
8,888 KB
testcase_06 AC 25 ms
9,004 KB
testcase_07 AC 25 ms
8,964 KB
testcase_08 AC 25 ms
8,996 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import re
print(re.sub('treeone', 'forest', input()))
0