| Problem | badcontest |
|---|---|
| User | Yichen |
| Submission Time | 2025-12-29 12:06:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
badcontest.cpp: In function ‘int main()’:
badcontest.cpp:3:17: error: expected ‘,’ or ‘;’ before ‘for’
3 | #define fori(x) for(int i=0;i<x;i++)
| ^~~
badcontest.cpp:16:2: note: in expansion of macro ‘fori’
16 | fori(n) {
| ^~~~
badcontest.cpp:3:29: error: ‘i’ was not declared in this scope
3 | #define fori(x) for(int i=0;i<x;i++)
| ^
badcontest.cpp:16:2: note: in expansion of macro ‘fori’
16 | fori(n) {
| ^~~~