Problem | palindromicfizzbuzz |
---|---|
User | RandomCtfNoob |
Submission Time | 2025-03-03 15:43:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:9:30: error: request for member ‘length’ in ‘val’, which is of non-class type ‘long long int’
9 | if (val == reverse(val,val.length())){
| ^~~~~~