Problem | basketball_cpic |
---|---|
User | Goatedrizzysigmaguy69420 |
Submission Time | 2025-06-20 14:52:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:13:9: error: redeclaration of ‘int i’
13 | int i = 2;
| ^
basketball_cpic.cpp:11:13: note: ‘int i’ previously declared here
11 | for(int i=0;i<n;i++){
| ^
basketball_cpic.cpp:15:19: error: expected ‘}’ at end of input
15 | cout << arr[n];
| ^
basketball_cpic.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^