| Problem | fizzbuzz |
|---|---|
| User | joeioel |
| Submission Time | 2026-04-15 14:47:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:2: error: expected initializer before ‘cin’
7 | cin >> n >> a >> b;
| ^~~
fizzbuzz.cpp:10:19: error: ‘b’ was not declared in this scope
10 | if (count%(a*b)==0){
| ^