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