Problem palindromicfizzbuzz
User watervapour
Submission Time 2024-02-24 03:47:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:10:8: error: expected ‘(’ before ‘{’ token
10 | while {E < x) {
| ^
| (
palindromicfizzbuzz.cpp:10:8: error: expected primary-expression before ‘{’ token
palindromicfizzbuzz.cpp:10:7: error: expected ‘)’ before ‘{’ token
10 | while {E < x) {
| ^~
| )
palindromicfizzbuzz.cpp:10:14: error: expected ‘;’ before ‘)’ token
10 | while {E < x) {
| ^
| ;
palindromicfizzbuzz.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
palindromicfizzbuzz.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^