Problem palindromicfizzbuzz
User AltheaZ
Submission Time 2023-11-08 13:56:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:9:14: error: ‘reverse’ was not declared in this scope
9 | string rev=reverse(og.begin(),og.end());
| ^~~~~~~