Problem fizzbuzz
User yuxiangt
Submission Time 2025-07-27 17:17:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
2 | #include long long
| ^~~~
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:11:26: error: expected ‘)’ before ‘;’ token
11 | for (int i = 0; i<N; i++;){
| ~ ^
| )
fizzbuzz.cpp:11:27: error: expected primary-expression before ‘)’ token
11 | for (int i = 0; i<N; i++;){
| ^
fizzbuzz.cpp:26:1: error: expected ‘}’ at end of input
26 | }
| ^
fizzbuzz.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^