Problem bftrouble
User usernamehere
Submission Time 2024-08-03 12:21:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bftrouble.cpp: In function ‘int main()’:
bftrouble.cpp:6:5: error: ‘i’ was not declared in this scope
6 | i n, a;
| ^
bftrouble.cpp:7:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | cin >> n >> a;
| ^
| yn
bftrouble.cpp:7:17: error: ‘a’ was not declared in this scope
7 | cin >> n >> a;
| ^