Problem | fizzbuzz |
---|---|
User | Yifei1234 |
Submission Time | 2023-03-08 17:44:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:5: error: ‘i’ was not declared in this scope
10 | if (i%a==0){
| ^
fizzbuzz.cpp:13:5: error: ‘i’ was not declared in this scope
13 | if (i%b==0){}
| ^