| Problem | reinforcement |
|---|---|
| User | xlpaun |
| Submission Time | 2025-12-01 17:49:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
reinforcement.cpp: In function ‘int main()’:
reinforcement.cpp:7:12: error: expected initializer before ‘==’ token
7 | if (int x == 0){
| ^~
reinforcement.cpp:7:11: error: expected ‘)’ before ‘==’ token
7 | if (int x == 0){
| ~ ^~~
| )