Problem | basketball_cpic |
---|---|
User | 7Janish7 |
Submission Time | 2025-08-01 14:56:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:9:22: error: ‘n’ was not declared in this scope
9 | for(int i = 0; i < n; i++){
| ^
basketball_cpic.cpp:12:22: error: ‘n’ was not declared in this scope
12 | for(int i = 0; i < n; i++){
| ^
basketball_cpic.cpp:17:12: error: expected ‘;’ before ‘}’ token
17 | cout << X
| ^
| ;
18 | }
| ~