| Problem | fizzbuzz | 
|---|---|
| User | 3lvian | 
| Submission Time | 2023-03-28 22:46:12 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:16:12: error: expected primary-expression before ‘==’ token
   16 |    if (i % == a) cout << "Fizz\n";
      |            ^~
fizzbuzz.cpp:17:12: error: expected primary-expression before ‘==’ token
   17 |    if (i % == b) cout <<"Buzz\n";
      |            ^~