Problem | fizzbuzz |
---|---|
User | thatlycheeoolongdrink |
Submission Time | 2024-02-21 16:05:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:6:7: error: expected ‘;’ before ‘for’
6 | x = 1
| ^
| ;
7 | for (n; n == 0; n--) {
| ~~~
fizzbuzz.cpp:7:21: error: expected ‘;’ before ‘)’ token
7 | for (n; n == 0; n--) {
| ^
| ;