結果
| 問題 | No.486 3 Straight Win(3連勝) |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2019-07-01 21:33:45 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 168 bytes |
| 記録 | |
| コンパイル時間 | 507 ms |
| コンパイル使用メモリ | 20,956 KB |
| 実行使用メモリ | 36,184 KB |
| 最終ジャッジ日時 | 2026-04-01 23:00:07 |
| 合計ジャッジ時間 | 4,447 ms |
|
ジャッジサーバーID (参考情報) |
judge4_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 8 WA * 20 |
ソースコード
s = input()
import re
m = re.search(r'(.)\1\1',s)
if m == None:
print("NA")
elif m.group(0) == 'XXX':
print("WEST")
elif m.group(0) =='OOO':
print("EAST")