Problem fizzbuzz
User thatlycheeoolongdrink
Submission Time 2024-02-21 15:43:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:6:7: error: expected ‘;’ before ‘for’
6 | x = n
| ^
| ;
7 | for (x; x = 0; x-1) {
| ~~~
fizzbuzz.cpp:7:20: error: expected ‘;’ before ‘)’ token
7 | for (x; x = 0; x-1) {
| ^
| ;