Problem | palindromicfizzbuzz |
---|---|
User | om2024 |
Submission Time | 2025-01-03 19:46:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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])) {
| ^