Problem fizzbuzz
User dl2704
Submission Time 2023-11-15 11:32:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:6:35: error: expected ‘)’ before ‘;’ token
6 | for (int total = 1; ((total <= n); total++){
| ~ ^
| )