Problem palindromicfizzbuzz
User om2024
Submission Time 2025-01-03 19:46:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

palindromicfizzbuzz.cpp: In function ‘int isPalindrome(int)’:
palindromicfizzbuzz.cpp:9:50: error: expected primary-expression before ‘)’ token
9 | if(numberString[i] != numberString[length-i-1])) {
| ^
palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:26:1: error: expected ‘}’ at end of input
26 | }
| ^
palindromicfizzbuzz.cpp:16:12: note: to match this ‘{’
16 | int main() {
| ^