| Problem | fizzbuzz |
|---|---|
| User | undefinedcritter |
| Submission Time | 2026-04-15 14:43:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:6: error: expected ‘(’ before ‘!’ token
10 | if !((i % A) && (i % B)) { cout << i; }
| ^
| (
fizzbuzz.cpp:11:1: error: expected ‘}’ at end of input
11 | }
| ^
fizzbuzz.cpp:3:16: note: to match this ‘{’
3 | int main(void) {
| ^