提出 #5730299


ソースコード 拡げる

from sys import stdin

s = stdin.readline().rstrip()
maru = s.replace('x','');

if( (len(maru))+ (15-len(s)) >= 8 ) :
  print("YES");
else :
  print("NO");

提出情報

提出日時
問題 B - Sumo
ユーザ toki
言語 PyPy3 (2.4.0)
得点 200
コード長 165 Byte
結果 AC
実行時間 173 ms
メモリ 38488 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 200 / 200
結果
AC × 2
AC × 13
セット名 テストケース
Sample example0.txt, example1.txt
All 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, example0.txt, example1.txt
ケース名 結果 実行時間 メモリ
000.txt AC 160 ms 38256 KiB
001.txt AC 165 ms 38384 KiB
002.txt AC 159 ms 38256 KiB
003.txt AC 160 ms 38256 KiB
004.txt AC 160 ms 38256 KiB
005.txt AC 161 ms 38256 KiB
006.txt AC 159 ms 38256 KiB
007.txt AC 161 ms 38256 KiB
008.txt AC 162 ms 38256 KiB
009.txt AC 173 ms 38488 KiB
010.txt AC 162 ms 38256 KiB
example0.txt AC 160 ms 38256 KiB
example1.txt AC 159 ms 38256 KiB