| Problem | palindromicfizzbuzz |
|---|---|
| User | louisleehi |
| Submission Time | 2025-02-02 10:00:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:9:5: error: expected ‘,’ or ‘;’ before ‘string’
9 | string y = reverse(x.begin(),x.end())
| ^~~~~~
palindromicfizzbuzz.cpp:13:5: error: ‘else’ without a previous ‘if’
13 | else{
| ^~~~