提出 #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");
提出情報
ジャッジ結果
| セット名 | Sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 200 / 200 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| 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 |