| Problem | palindromicfizzbuzz |
|---|---|
| User | G |
| Submission Time | 2024-02-19 22:39:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘bool pal(int)’:
palindromicfizzbuzz.cpp:7:2: error: expected ‘,’ or ‘;’ before ‘for’
7 | for(int i;i<size(z)-1;i++){
| ^~~
palindromicfizzbuzz.cpp:7:12: error: ‘i’ was not declared in this scope
7 | for(int i;i<size(z)-1;i++){
| ^