Problem | bftrouble |
---|---|
User | Pyrros |
Submission Time | 2025-02-25 00:02:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bftrouble.cpp: In function ‘int main()’:
bftrouble.cpp:6:12: error: redeclaration of ‘long long int n’
6 | int n, n, ans=0;
| ^
bftrouble.cpp:6:9: note: ‘long long int n’ previously declared here
6 | int n, n, ans=0;
| ^
bftrouble.cpp:7:13: error: ‘k’ was not declared in this scope
7 | cin>>n>>k;
| ^