Problem palindromicfizzbuzz
User wahjsodhowasd
Submission Time 2026-02-17 15:37:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:15:10: error: ‘class std::vector<int>’ has no member named ‘length’
15 | int x=v.length()
| ^~~~~~
palindromicfizzbuzz.cpp:16:14: error: ‘y’ was not declared in this scope
16 | for(int y=0;y<x;y++){
| ^
palindromicfizzbuzz.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
palindromicfizzbuzz.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^