結果

問題 No.203 ゴールデン・ウィーク(1)
ユーザー fal_rndfal_rnd
提出日時 2017-08-08 18:13:16
言語 Java21
(openjdk 21)
結果
AC  
実行時間 136 ms / 1,000 ms
コード長 236 bytes
コンパイル時間 2,380 ms
コンパイル使用メモリ 79,492 KB
実行使用メモリ 54,444 KB
最終ジャッジ日時 2024-11-18 10:15:13
合計ジャッジ時間 7,167 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 129 ms
53,964 KB
testcase_01 AC 129 ms
54,036 KB
testcase_02 AC 117 ms
53,044 KB
testcase_03 AC 117 ms
52,684 KB
testcase_04 AC 136 ms
54,076 KB
testcase_05 AC 131 ms
54,136 KB
testcase_06 AC 130 ms
53,980 KB
testcase_07 AC 130 ms
54,240 KB
testcase_08 AC 126 ms
54,292 KB
testcase_09 AC 135 ms
54,248 KB
testcase_10 AC 131 ms
54,020 KB
testcase_11 AC 129 ms
54,016 KB
testcase_12 AC 131 ms
54,164 KB
testcase_13 AC 133 ms
53,904 KB
testcase_14 AC 134 ms
54,144 KB
testcase_15 AC 134 ms
54,216 KB
testcase_16 AC 134 ms
54,072 KB
testcase_17 AC 133 ms
54,096 KB
testcase_18 AC 135 ms
54,220 KB
testcase_19 AC 132 ms
54,356 KB
testcase_20 AC 131 ms
54,444 KB
testcase_21 AC 130 ms
54,248 KB
testcase_22 AC 130 ms
54,084 KB
testcase_23 AC 130 ms
53,972 KB
testcase_24 AC 132 ms
54,356 KB
testcase_25 AC 132 ms
54,120 KB
testcase_26 AC 130 ms
54,352 KB
testcase_27 AC 113 ms
53,204 KB
testcase_28 AC 123 ms
53,828 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.*;
class M{
	public static void main(String[]$){
		Scanner s=new Scanner(System.in);
		System.out.println(
				Arrays.stream((s.next()+s.next()).split("x"))
				.mapToInt(String::length)
				.max().orElse(0)
				);
	}
}
0