| Problem | simp |
|---|---|
| User | abyts |
| Submission Time | 2025-11-12 11:46:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
simp.cpp: In function ‘int32_t main()’:
simp.cpp:8:21: error: expected ‘;’ before ‘}’ token
8 | cout << "NO"
| ^
| ;
9 | } else {
| ~
simp.cpp:10:22: error: expected ‘;’ before ‘}’ token
10 | cout << "YES"
| ^
| ;
11 | }
| ~