Problem | fizzbuzz |
---|---|
User | TheInvadr |
Submission Time | 2023-01-10 22:29:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function βint main()β:
fizzbuzz.cpp:9:15: error: expected primary-expression before β%β token
9 | if(i%b==0&&!%a==0)cout<<"FizzBuzz"<<endl;
| ^