結果
問題 | No.233 めぐるはめぐる (3) |
ユーザー | mkawa2 |
提出日時 | 2020-01-30 11:56:48 |
言語 | Python3 (3.12.2 + numpy 1.26.4 + scipy 1.12.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 1,552 bytes |
コンパイル時間 | 102 ms |
コンパイル使用メモリ | 12,544 KB |
実行使用メモリ | 23,108 KB |
最終ジャッジ日時 | 2024-09-16 03:29:00 |
合計ジャッジ時間 | 5,933 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | AC | 88 ms
21,584 KB |
testcase_04 | RE | - |
testcase_05 | RE | - |
testcase_06 | RE | - |
testcase_07 | RE | - |
testcase_08 | RE | - |
testcase_09 | AC | 31 ms
10,752 KB |
testcase_10 | AC | 31 ms
10,752 KB |
testcase_11 | AC | 30 ms
10,752 KB |
testcase_12 | RE | - |
testcase_13 | RE | - |
ソースコード
import sys sys.setrecursionlimit(10 ** 6) from bisect import * from collections import * from heapq import * int1 = lambda x: int(x) - 1 p2D = lambda x: print(*x, sep="\n") def II(): return int(sys.stdin.readline()) def SI(): return sys.stdin.readline()[:-1] def MI(): return map(int, sys.stdin.readline().split()) def MI1(): return map(int1, sys.stdin.readline().split()) def MF(): return map(float, sys.stdin.readline().split()) def LI(): return list(map(int, sys.stdin.readline().split())) def LI1(): return list(map(int1, sys.stdin.readline().split())) def LF(): return list(map(float, sys.stdin.readline().split())) def LLI(rows_number): return [LI() for _ in range(rows_number)] dij = [(0, 1), (1, 0), (0, -1), (-1, 0)] def main(): def dfs(s="",aa=False,isa=True): if len(s)==11: if s in ss:return "" return s if isa: for i in range(5): if uses[i]:continue uses[i]=True ret=dfs(s+sc[i],aa,False) if ret:return ret uses[i]=False if (not isa) or (not aa): for i in range(6): if useb[i]:continue useb[i]=True ret=dfs(s+bc[i],isa,True) if ret:return ret uses[i]=False return "" bc=['a','a','i','u','u','e'] sc=['n','b','m','g','r'] useb=[False]*6 uses=[False]*5 n=II() ss=set() for _ in range(n):ss.add(SI()) ans=dfs() if ans:print(ans) else:print("NO") main()