Problem palindromicfizzbuzz
User JhoCyber
Submission Time 2025-01-16 21:26:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

palindromicfizzbuzz.cpp: In function ‘int32_t main()’:
palindromicfizzbuzz.cpp:15:38: error: expected primary-expression before ‘/’ token
15 | cout << "Palindrome!" << /n;
| ^
palindromicfizzbuzz.cpp:15:39: error: ‘n’ was not declared in this scope
15 | cout << "Palindrome!" << /n;
| ^
palindromicfizzbuzz.cpp:17:27: error: expected primary-expression before ‘/’ token
17 | else cout << i << /n;
| ^
palindromicfizzbuzz.cpp:17:28: error: ‘n’ was not declared in this scope
17 | else cout << i << /n;
| ^