| Problem | ihate1111 |
|---|---|
| User | DaPeter |
| Submission Time | 2025-12-19 20:51:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ihate1111.cpp: In function ‘int main()’:
ihate1111.cpp:5:17: error: expected ‘,’ or ‘;’ before ‘for’
5 | #define forj(n) for(int j=0;j<n;j++)
| ^~~
ihate1111.cpp:15:4: note: in expansion of macro ‘forj’
15 | forj(x/111){
| ^~~~
ihate1111.cpp:5:29: error: ‘j’ was not declared in this scope
5 | #define forj(n) for(int j=0;j<n;j++)
| ^
ihate1111.cpp:15:4: note: in expansion of macro ‘forj’
15 | forj(x/111){
| ^~~~
ihate1111.cpp:21:10: error: ‘ok’ was not declared in this scope
21 | cout<<(ok ? "YES":"NO")<<endl;
| ^~