Problem | palindromicfizzbuzz |
---|---|
User | emyz |
Submission Time | 2024-02-23 18:47:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:18:7: error: expected initializer before ‘>>’ token
18 | int n>>m;
| ^~
palindromicfizzbuzz.cpp:19:7: error: ‘n’ was not declared in this scope
19 | cin>>n>>m;
| ^
palindromicfizzbuzz.cpp:19:10: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
19 | cin>>n>>m;
| ^
| tm
palindromicfizzbuzz.cpp:21:16: error: ‘i’ was not declared in this scope
21 | for (int i=n; i<=m; ++i)
| ^