Problem | boxes2 |
---|---|
User | Kiameimon |
Submission Time | 2023-12-30 16:37:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boxes2.cpp: In function ‘int main()’:
boxes2.cpp:14:6: error: redeclaration of ‘long long int x’
14 | int x; cin >> x;
| ^
boxes2.cpp:12:9: note: ‘long long int x’ previously declared here
12 | int n, x; cin >> n;
| ^