結果

問題 No.3061 uxs hxixtya pyuyn ixc hyixa kxuyn
ユーザー googol_S0googol_S0
提出日時 2020-03-11 22:45:38
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
TLE  
実行時間 -
コード長 1,152 bytes
コンパイル時間 320 ms
コンパイル使用メモリ 12,800 KB
実行使用メモリ 21,376 KB
最終ジャッジ日時 2024-11-16 04:23:55
合計ジャッジ時間 8,270 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 30 ms
17,444 KB
testcase_01 AC 31 ms
21,376 KB
testcase_02 AC 30 ms
17,700 KB
testcase_03 AC 241 ms
10,624 KB
testcase_04 AC 31 ms
10,624 KB
testcase_05 TLE -
testcase_06 TLE -
testcase_07 AC 29 ms
10,752 KB
testcase_08 AC 29 ms
10,624 KB
testcase_09 AC 30 ms
10,624 KB
testcase_10 AC 29 ms
10,624 KB
testcase_11 AC 31 ms
10,752 KB
testcase_12 AC 30 ms
10,752 KB
testcase_13 RE -
testcase_14 AC 29 ms
10,624 KB
testcase_15 RE -
testcase_16 AC 29 ms
10,624 KB
testcase_17 AC 28 ms
10,624 KB
testcase_18 AC 30 ms
10,624 KB
testcase_19 AC 29 ms
10,624 KB
testcase_20 AC 29 ms
10,624 KB
testcase_21 AC 30 ms
10,880 KB
testcase_22 AC 29 ms
10,752 KB
testcase_23 AC 29 ms
21,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

from collections import Counter as co
from sys import exit
S=input()
L_l=list(S)
L_s=list(set(list(S)))
if ' ' in L_l:
  del L_l[L_l.index(' ')]
if ' ' in L_s:
  del L_s[L_s.index(' ')]
if len(L_s)==0:
  print('NO')
  exit()
C=co(L_l)
V=list(C.values())
V.sort()
if C[S[-1]]==1:
  if len(L_s)==1:
    print('NO')
    exit()
  elif V[1]==1:
    print('Yes')
    exit()
  else:
    del L_s[L_s.index(S[-1])]
    del L_l[L_l.index(S[-1])]
    S=S[0:len(S)-1]
space=list()
b=''
X=-1
Y=True
Z=True
for i in range(2**len(L_s)):
  X=-1
  Y=True
  Z=True
  space=list()
  space.append(' ')
  b=str(bin(i))
  b=b[2:len(b)]
  b='0000000000000000000000000000000'+b
  b=b[-len(L_s):]
  for j in range(len(L_s)):
    if b[j]=='0':
      space.append(L_s[j])
  for j in range(len(S)):
    if S[j] in space:
      if Y:
        if X==-1:
          True
        elif X%2==1:
          X=X+1
        else:
          Y=False
    else:
      if Y:
        if X==-1:
          X=1
        elif X%2==0:
          X=X+1
        else:
          Z=False
          break
      else:
        Z=False
        break
  if X>=2:
    if Z:
      print('Yes')
      exit()
print('NO')
0