You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
defsat(s: str):
""" Find a string with certain characters, simple codeforces problem Inspired by [Codeforces Problem 133 A](https://codeforces.com/problemset/problem/133/A) """forcin ["H", "Q", "9"]:
ifs.count(c) !=17:
returnFalsereturnTrue
Solvers, post your solutions in the comments using the following formatting:
<details><summary>Reveal solution</summary>
```python
def sol():
return "world" # replace with your solution
```
</details>