Problem | fizzbuzz |
---|---|
User | AwkUngenially |
Submission Time | 2025-04-01 20:07:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘for’
8 | for (long long i = 0; i < x; i++) {
| ^~~
fizzbuzz.cpp:8:24: error: ‘i’ was not declared in this scope
8 | for (long long i = 0; i < x; i++) {
| ^