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

Compile Error

bftrouble.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | typedef int long long;
| ^~~~
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;
| ^