Problem fizzbuzz
User Migogoh10
Submission Time 2026-07-03 16:35:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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"
| ^~~
fizzbuzz.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
fizzbuzz.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^