Problem fizzbuzz
User yc
Submission Time 2025-05-22 18:17:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:3:13: error: expected initializer before ‘long’
3 | #define int long long
| ^~~~
fizzbuzz.cpp:5:1: note: in expansion of macro ‘int’
5 | int b
| ^~~