結果

問題 No.725 木は明らかに森である
ユーザー fal_rndfal_rnd
提出日時 2019-02-08 19:41:28
言語 Scala(Beta)
(3.4.0)
結果
AC  
実行時間 1,008 ms / 2,000 ms
コード長 89 bytes
コンパイル時間 8,067 ms
コンパイル使用メモリ 228,908 KB
実行使用メモリ 62,028 KB
最終ジャッジ日時 2023-09-14 03:37:59
合計ジャッジ時間 18,474 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 966 ms
62,028 KB
testcase_01 AC 1,008 ms
61,408 KB
testcase_02 AC 1,003 ms
61,628 KB
testcase_03 AC 929 ms
61,704 KB
testcase_04 AC 850 ms
61,528 KB
testcase_05 AC 858 ms
61,436 KB
testcase_06 AC 827 ms
61,472 KB
testcase_07 AC 805 ms
61,960 KB
testcase_08 AC 838 ms
61,572 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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