結果

問題 No.2240 WAC
ユーザー dangodango
提出日時 2023-06-18 21:25:23
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 63 ms / 2,000 ms
コード長 213 bytes
コンパイル時間 367 ms
コンパイル使用メモリ 82,432 KB
実行使用メモリ 76,288 KB
最終ジャッジ日時 2024-06-26 08:55:19
合計ジャッジ時間 4,574 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 42 ms
52,208 KB
testcase_01 AC 43 ms
52,212 KB
testcase_02 AC 39 ms
51,840 KB
testcase_03 AC 39 ms
51,584 KB
testcase_04 AC 41 ms
51,584 KB
testcase_05 AC 39 ms
51,628 KB
testcase_06 AC 40 ms
52,352 KB
testcase_07 AC 40 ms
51,840 KB
testcase_08 AC 40 ms
51,840 KB
testcase_09 AC 40 ms
51,584 KB
testcase_10 AC 60 ms
75,776 KB
testcase_11 AC 60 ms
76,160 KB
testcase_12 AC 61 ms
76,188 KB
testcase_13 AC 52 ms
66,560 KB
testcase_14 AC 48 ms
62,720 KB
testcase_15 AC 55 ms
73,088 KB
testcase_16 AC 61 ms
76,288 KB
testcase_17 AC 53 ms
70,656 KB
testcase_18 AC 50 ms
63,744 KB
testcase_19 AC 49 ms
64,768 KB
testcase_20 AC 55 ms
74,496 KB
testcase_21 AC 51 ms
67,456 KB
testcase_22 AC 53 ms
69,532 KB
testcase_23 AC 50 ms
66,688 KB
testcase_24 AC 57 ms
73,216 KB
testcase_25 AC 54 ms
72,576 KB
testcase_26 AC 50 ms
65,664 KB
testcase_27 AC 49 ms
63,232 KB
testcase_28 AC 50 ms
65,664 KB
testcase_29 AC 48 ms
61,952 KB
testcase_30 AC 53 ms
68,736 KB
testcase_31 AC 61 ms
75,544 KB
testcase_32 AC 48 ms
63,360 KB
testcase_33 AC 53 ms
70,144 KB
testcase_34 AC 53 ms
71,552 KB
testcase_35 AC 46 ms
60,672 KB
testcase_36 AC 55 ms
73,088 KB
testcase_37 AC 61 ms
75,708 KB
testcase_38 AC 50 ms
65,664 KB
testcase_39 AC 63 ms
76,124 KB
testcase_40 AC 53 ms
68,864 KB
testcase_41 AC 54 ms
72,064 KB
testcase_42 AC 57 ms
71,808 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

N, M = map(int, input().split())
S = input()
A = C = W = B = 0
for i in range((N + M) * 2):
	if S[i] < "C": A += 1
	elif S[i] > "C":
		B += M + W < A
		W += 1
	else:
		C += 1
		B += A < C
print("No"if B else"Yes")
0