I was looking at contest 200 div.1, but problem B has no statement, it shows an empty page with the following sentence: "Statement is not available".
What's wrong?
I was looking at contest 200 div.1, but problem B has no statement, it shows an empty page with the following sentence: "Statement is not available".
What's wrong?
| № | Пользователь | Рейтинг |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3603 |
| 4 | jiangly | 3583 |
| 5 | turmax | 3559 |
| 6 | tourist | 3541 |
| 7 | strapple | 3515 |
| 8 | ksun48 | 3461 |
| 9 | dXqwq | 3436 |
| 10 | Otomachi_Una | 3413 |
| Страны | Города | Организации | Всё → |
| № | Пользователь | Вклад |
|---|---|---|
| 1 | Qingyu | 157 |
| 2 | adamant | 153 |
| 3 | Um_nik | 147 |
| 4 | Proof_by_QED | 146 |
| 5 | Dominater069 | 145 |
| 6 | errorgorn | 141 |
| 7 | cry | 139 |
| 8 | YuukiS | 135 |
| 9 | TheScrasse | 134 |
| 10 | chromate00 | 133 |
| Название |
|---|



I can't help with this problem, but I can help you with the statements as I have solved it before. If I remember correctly, you were given a string
Sconsisting of+s and-s, and you are to determine whether the string is valid or not. The following conditions help you determine whether or not a string is valid:Sis valid, then+S+and-S-are valid strings.For example strings
--and+--+are valid, where-+is not.If the string is valid print
YES, otherwise printNO.Input limits:
|S| <= 10^5, where|S|is the length of the stringS.Thanks :D
You can use Google Cache to view problem statement: http://webcache.googleusercontent.com/search?q=cache:http://mirror.codeforces.com/problemset/problem/343/B
Thanks