Problem fizzbuzz
User YH
Submission Time 2024-02-03 12:19:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:15: error: expected ‘)’ before ‘x’
10 | if (x%a == 0 x&b == 0) {
| ~ ^~
| )