Problem fizzbuzz
User Ethan1L1K1X1
Submission Time 2024-04-09 16:40:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:8:16: error: expected ‘)’ before ‘;’ token
8 | while (int i=0;i<length;i++){
| ~ ^
| )
fizzbuzz.cpp:8:17: error: ‘i’ was not declared in this scope
8 | while (int i=0;i<length;i++){
| ^