結果

問題 No.725 木は明らかに森である
ユーザー taktak
提出日時 2018-08-24 22:11:30
言語 F#
(F# 4.0)
結果
AC  
実行時間 54 ms / 2,000 ms
コード長 62 bytes
コンパイル時間 4,399 ms
コンパイル使用メモリ 151,736 KB
実行使用メモリ 23,640 KB
最終ジャッジ日時 2023-09-05 12:03:05
合計ジャッジ時間 5,264 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 52 ms
21,540 KB
testcase_01 AC 52 ms
23,616 KB
testcase_02 AC 52 ms
21,724 KB
testcase_03 AC 53 ms
23,640 KB
testcase_04 AC 52 ms
21,528 KB
testcase_05 AC 52 ms
21,612 KB
testcase_06 AC 51 ms
21,604 KB
testcase_07 AC 54 ms
21,628 KB
testcase_08 AC 52 ms
21,472 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) F# Compiler version 11.0.0.0 for F# 5.0
Copyright (c) Microsoft Corporation. All Rights Reserved.

ソースコード

diff #

stdout.WriteLine(stdin.ReadLine().Replace("treeone","forest"))
0