Problem fizzbuzz
User berrymochi
Submission Time 2026-06-23 07:22:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:11:16: error: expected ‘;’ before ‘cout’
11 | cin >> N>>A>>B
| ^
| ;
12 | cout << N << A << B;
| ~~~~