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

Compile Error

basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:18:10: error: request for member ‘insert’ in ‘scores’, which is of non-class type ‘long long int’
18 | scores.insert(2 * N) ;
| ^~~~~~
basketball_cpic.cpp: At global scope:
basketball_cpic.cpp:22:2: error: ‘cout’ does not name a type
22 | cout << ;
| ^~~~
basketball_cpic.cpp:24:1: error: expected declaration before ‘}’ token
24 | }
| ^
basketball_cpic.cpp:30:1: error: ‘scores’ does not name a type
30 | scores.insert(2 * S ) ;
| ^~~~~~