結果
問題 |
No.725 木は明らかに森である
|
ユーザー |
![]() |
提出日時 | 2024-10-24 21:15:03 |
言語 | Go (1.23.4) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 131 bytes |
コンパイル時間 | 11,440 ms |
コンパイル使用メモリ | 224,544 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-10-24 21:15:16 |
合計ジャッジ時間 | 12,226 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 9 |
ソースコード
package main import . "fmt" import . "strings" func main() { var s string Scan(&s) Println(ReplaceAll(s,"treeone","forest")) }