結果

問題 No.345 最小チワワ問題
ユーザー fal_rndfal_rnd
提出日時 2017-06-27 20:06:17
言語 Java21
(openjdk 21)
結果
WA  
実行時間 -
コード長 205 bytes
コンパイル時間 1,780 ms
コンパイル使用メモリ 74,248 KB
実行使用メモリ 54,744 KB
最終ジャッジ日時 2024-10-04 13:34:27
合計ジャッジ時間 6,214 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 113 ms
41,320 KB
testcase_01 AC 108 ms
41,068 KB
testcase_02 AC 116 ms
41,284 KB
testcase_03 AC 97 ms
39,888 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 112 ms
41,328 KB
testcase_08 AC 98 ms
40,280 KB
testcase_09 AC 104 ms
41,248 KB
testcase_10 AC 113 ms
41,276 KB
testcase_11 AC 105 ms
39,952 KB
testcase_12 AC 116 ms
41,124 KB
testcase_13 AC 113 ms
41,080 KB
testcase_14 WA -
testcase_15 AC 112 ms
40,040 KB
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 AC 98 ms
39,900 KB
testcase_20 AC 114 ms
41,192 KB
testcase_21 AC 117 ms
41,420 KB
testcase_22 AC 106 ms
41,064 KB
testcase_23 WA -
testcase_24 WA -
testcase_25 WA -
testcase_26 WA -
testcase_27 WA -
testcase_28 AC 116 ms
40,984 KB
testcase_29 WA -
testcase_30 WA -
testcase_31 AC 111 ms
39,928 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

class A{
	public static void main(String[]$){
		String c=new java.util.Scanner(System.in).next();
		System.out.println(c.matches(".*c.*w.*w.*")?c.length()-c.replaceFirst("c.*?w.*?w","").length():-1);
	}
}
0