| Problem | palindromicfizzbuzz |
|---|---|
| User | aidanvoidout |
| Submission Time | 2025-02-19 15:01:51 |
| 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:12:42: error: ‘s’ was not declared in this scope
12 | reversed = reversed * 10 + digit;s
| ^