Problem fizzbuzz
User silvspider
Submission Time 2024-04-27 09:27:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:6:33: error: expected ‘)’ before ‘;’ token
6 | for(long long i = 1 ;i<= N; i++;){
| ~ ^
| )
fizzbuzz.cpp:6:34: error: expected primary-expression before ‘)’ token
6 | for(long long i = 1 ;i<= N; i++;){
| ^
fizzbuzz.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
fizzbuzz.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^