Problem fizzbuzz
User eipi10
Submission Time 2026-06-22 20:05:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:5: error: expected ‘;’ before ‘N’
7 | cin N >> A >> B;
| ^~
| ;