結果

問題 No.725 木は明らかに森である
ユーザー fal_rndfal_rnd
提出日時 2019-02-08 19:41:28
言語 Scala(Beta)
(3.6.2)
結果
AC  
実行時間 918 ms / 2,000 ms
コード長 89 bytes
コンパイル時間 7,874 ms
コンパイル使用メモリ 244,484 KB
実行使用メモリ 64,384 KB
最終ジャッジ日時 2024-07-01 11:29:17
合計ジャッジ時間 17,621 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 907 ms
64,292 KB
testcase_01 AC 907 ms
64,328 KB
testcase_02 AC 917 ms
64,048 KB
testcase_03 AC 915 ms
64,384 KB
testcase_04 AC 918 ms
64,276 KB
testcase_05 AC 903 ms
64,244 KB
testcase_06 AC 913 ms
64,136 KB
testcase_07 AC 912 ms
64,136 KB
testcase_08 AC 901 ms
63,956 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

object A extends App{
	println(scala.io.StdIn.readLine.replaceAll("treeone","forest"));
}
0