Problem | palindromicfizzbuzz |
---|---|
User | aidanvoidout |
Submission Time | 2025-02-19 15:08:00 |
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:36: error: ‘digits’ was not declared in this scope; did you mean ‘digit’?
12 | reversed = reversed * 10 + digits
| ^~~~~~
| digit