Problem fizzbuzz
User Codecrusher1234
Submission Time 2025-06-17 16:01:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function β€˜int main()’:
fizzbuzz.cpp:26:26: error: expected primary-expression before β€˜;’ token
26 | cout << i << ;
| ^