Problem fizzbuzz
User Aum
Submission Time 2023-11-10 15:21:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:8:28: error: expected ‘;’ before ‘)’ token
8 | for(int i = 1; i <= n, i++){
| ^
| ;