Problem | palindromicfizzbuzz |
---|---|
User | AltheaZ |
Submission Time | 2023-11-08 13:56:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:9:3: error: expected ‘,’ or ‘;’ before ‘string’
9 | string rev=reverse(og.begin(),og.end());
| ^~~~~~
palindromicfizzbuzz.cpp:10:11: error: ‘rev’ was not declared in this scope
10 | if (og==rev) cout<<"Palindrome!"<<"\n";
| ^~~