| Problem | fizzbuzz |
|---|---|
| User | Migogoh10 |
| Submission Time | 2026-07-03 16:35:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:2:13: error: expected primary-expression before ‘long’
2 | #define int long long
| ^~~~
fizzbuzz.cpp:15:12: note: in expansion of macro ‘int’
15 | cout << int i << "\n"
| ^~~