Problem fizzbuzz
User XY
Submission Time 2023-08-23 20:21:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:5:10: error: ‘A’ was not declared in this scope
5 | cin>>N>>A>>B;
| ^
fizzbuzz.cpp:5:13: error: ‘B’ was not declared in this scope
5 | cin>>N>>A>>B;
| ^