結果

問題 No.2373 wa, wo, n
ユーザー KowerKoint2010KowerKoint2010
提出日時 2023-06-29 07:37:55
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 186 ms / 2,000 ms
コード長 99 bytes
コンパイル時間 984 ms
コンパイル使用メモリ 87,228 KB
実行使用メモリ 98,992 KB
最終ジャッジ日時 2023-09-20 03:19:15
合計ジャッジ時間 10,430 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 149 ms
79,904 KB
testcase_01 AC 148 ms
79,856 KB
testcase_02 AC 150 ms
79,624 KB
testcase_03 AC 146 ms
79,848 KB
testcase_04 AC 143 ms
79,872 KB
testcase_05 AC 147 ms
79,728 KB
testcase_06 AC 145 ms
79,728 KB
testcase_07 AC 147 ms
79,800 KB
testcase_08 AC 149 ms
79,696 KB
testcase_09 AC 148 ms
79,948 KB
testcase_10 AC 145 ms
79,728 KB
testcase_11 AC 146 ms
79,760 KB
testcase_12 AC 151 ms
79,772 KB
testcase_13 AC 148 ms
79,796 KB
testcase_14 AC 185 ms
94,836 KB
testcase_15 AC 165 ms
80,172 KB
testcase_16 AC 186 ms
94,956 KB
testcase_17 AC 158 ms
80,080 KB
testcase_18 AC 155 ms
79,972 KB
testcase_19 AC 150 ms
79,792 KB
testcase_20 AC 149 ms
80,076 KB
testcase_21 AC 145 ms
79,828 KB
testcase_22 AC 147 ms
79,540 KB
testcase_23 AC 149 ms
80,216 KB
testcase_24 AC 149 ms
79,820 KB
testcase_25 AC 149 ms
79,760 KB
testcase_26 AC 151 ms
79,700 KB
testcase_27 AC 155 ms
79,852 KB
testcase_28 AC 149 ms
79,828 KB
testcase_29 AC 148 ms
79,836 KB
testcase_30 AC 148 ms
79,792 KB
testcase_31 AC 150 ms
79,772 KB
testcase_32 AC 183 ms
95,068 KB
testcase_33 AC 150 ms
80,272 KB
testcase_34 AC 185 ms
98,692 KB
testcase_35 AC 151 ms
80,316 KB
testcase_36 AC 183 ms
97,240 KB
testcase_37 AC 154 ms
80,412 KB
testcase_38 AC 154 ms
80,416 KB
testcase_39 AC 182 ms
98,992 KB
testcase_40 AC 184 ms
95,292 KB
testcase_41 AC 183 ms
95,312 KB
testcase_42 AC 154 ms
80,292 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import re
input()
print(['Yes', 'No'][re.fullmatch(r'(wa|w\?|\?a|wo|\?o|n|\?)+', input()) is None])
0