| Problem | fizzbuzz |
|---|---|
| User | Shreyas123456789 |
| Submission Time | 2026-03-25 17:47:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:16:18: error: invalid operands of types ‘void*’ and ‘long long int’ to binary ‘operator%’
16 | if (i%y== and i%z==0)
| ~~~~~^~
| | |
| void* long long int
fizzbuzz.cpp:16:17: error: label ‘i’ used but not defined
16 | if (i%y== and i%z==0)
| ^