| Problem | fizzbuzz |
|---|---|
| User | latigidcody |
| Submission Time | 2026-06-22 16:33:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:4:13: error: expected primary-expression before ‘long’
4 | #define int long long
| ^~~~
fizzbuzz.cpp:22:26: note: in expansion of macro ‘int’
22 | else if (i % A ==0 and int[i] % B == 0){
| ^~~
fizzbuzz.cpp:22:25: error: expected ‘)’ before ‘long’
22 | else if (i % A ==0 and int[i] % B == 0){
| ~ ^
| )