Problem | fizzbuzz |
---|---|
User | Akshar |
Submission Time | 2025-01-23 14:32:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:16:9: error: ‘i’ was not declared in this scope
16 | if (a%i=0){
| ^
fizzbuzz.cpp:31:17: error: expected ‘;’ before ‘is’
31 | cout << Number is too big;
| ^~~
| ;