Problem | palindromicfizzbuzz |
---|---|
User | huyleisme |
Submission Time | 2024-02-07 11:18:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:25:15: error: expected ‘;’ before ‘}’ token
25 | cout << "\n"
| ^
| ;
26 | }
| ~