| Problem | palindromicfizzbuzz |
|---|---|
| User | YH |
| Submission Time | 2024-09-23 20:15:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘bool isPalindrome(int)’:
palindromicfizzbuzz.cpp:6:12: error: expected initializer before ‘<’ token
6 | if (int x < 10) return true;
| ^
palindromicfizzbuzz.cpp:6:11: error: expected ‘)’ before ‘<’ token
6 | if (int x < 10) return true;
| ~ ^~
| )