Problem fizzbuzz
User zsinfo2010
Submission Time 2023-04-14 14:42:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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