Problem basketball_cpic
User ritesh
Submission Time 2025-06-20 13:34:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:5:14: error: ‘N’ was not declared in this scope
5 | long long a[N];
| ^
basketball_cpic.cpp:7:12: error: ‘a’ was not declared in this scope
7 | cin >> a[i];
| ^
basketball_cpic.cpp:17:10: error: request for member ‘insert’ in ‘scores’, which is of non-class type ‘long long int’
17 | scores.insert(2 * N) ;
| ^~~~~~
basketball_cpic.cpp: At global scope:
basketball_cpic.cpp:21:2: error: ‘cout’ does not name a type
21 | cout << ;
| ^~~~
basketball_cpic.cpp:23:1: error: expected declaration before ‘}’ token
23 | }
| ^
basketball_cpic.cpp:29:1: error: ‘scores’ does not name a type
29 | scores.insert(2 * S ) ;
| ^~~~~~