結果
| 問題 | No.725 木は明らかに森である |
| コンテスト | |
| ユーザー |
oz4point5
|
| 提出日時 | 2019-03-30 03:03:32 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 184 bytes |
| 記録 | |
| コンパイル時間 | 394 ms |
| コンパイル使用メモリ | 20,828 KB |
| 実行使用メモリ | 20,572 KB |
| 最終ジャッジ日時 | 2026-05-07 14:45:42 |
| 合計ジャッジ時間 | 3,369 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 9 |
ソースコード
import sys
import os
f = open("C:/Users/user/Documents/python/yukicoder/import.txt","r")
sys.stdin = f
# -*- coding: utf-8 -*-
s = input()
s = s.replace("treeone","forest")
print(s)
oz4point5