Problem fizzbuzz
User Lerongt
Submission Time 2026-06-22 16:17:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:16:25: error: expected ‘;’ before ‘}’ token
16 | else cout << i << "/n"
| ^
| ;
17 | }
| ~