Problem fizzbuzz
User astrohiro
Submission Time 2024-02-23 04:36:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function β€˜int main()’:
fizzbuzz.cpp:8:24: error: expected primary-expression before β€˜!=’ token
8 | if(i % a == 0 && i % != 0){
| ^~