Problem | basketball_cpic |
---|---|
User | ritesh |
Submission Time | 2025-06-20 13:53:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:15:18: error: ‘scores’ cannot be used as a function
15 | scores(2 * S[i]) ;
| ^
basketball_cpic.cpp:18:15: error: request for member ‘size’ in ‘scores’, which is of non-class type ‘long long int’
18 | cout<<scores.size() ;
| ^~~~