| Problem | palindromicfizzbuzz |
|---|---|
| User | thatgreyCat7777 |
| Submission Time | 2025-02-19 15:19:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘bool isPalindrome(long long int)’:
palindromicfizzbuzz.cpp:10:5: error: ‘reverse’ was not declared in this scope
10 | reverse(rev.begin(), rev.end());
| ^~~~~~~