提出 #5729187


ソースコード 拡げる

s = raw_input()

batu_count = 0
for result in s:
    if result == 'x':
        batu_count += 1

if batu_count >= 8: print 'NO'
else: print 'YES'

提出情報

提出日時
問題 B - Sumo
ユーザ mkawabe7
言語 Python (2.7.6)
得点 200
コード長 154 Byte
結果 AC
実行時間 10 ms
メモリ 2568 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 10 ms 2568 KiB
001.txt AC 10 ms 2568 KiB
002.txt AC 10 ms 2568 KiB
003.txt AC 10 ms 2568 KiB
004.txt AC 10 ms 2568 KiB
005.txt AC 10 ms 2568 KiB
006.txt AC 10 ms 2568 KiB
007.txt AC 10 ms 2568 KiB
008.txt AC 10 ms 2568 KiB
009.txt AC 10 ms 2568 KiB
010.txt AC 10 ms 2568 KiB
example0.txt AC 10 ms 2568 KiB
example1.txt AC 10 ms 2568 KiB