| Problem | fizzbuzz |
|---|---|
| User | latigidcody |
| Submission Time | 2026-06-22 16:32:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:16:10: error: expected unqualified-id before ‘[’ token
16 | if (int[i] % A == 0){
| ^
fizzbuzz.cpp:19:15: error: expected unqualified-id before ‘[’ token
19 | else if (int[i] % B == 0){
| ^
fizzbuzz.cpp:22:15: error: expected unqualified-id before ‘[’ token
22 | else if (int[i] % A ==0 and int[i] % B == 0){
| ^