Problem basketball_cpic
User KavinP
Submission Time 2025-06-20 15:20:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:11:7: error: invalid operands of types ‘long long int [n]’ and ‘int’ to binary ‘operator%’
11 | if(a % 2 == 0){
| ~ ^ ~
| | |
| | int
| long long int [n]
basketball_cpic.cpp:13:5: error: expected ‘}’ at end of input
13 | }
| ^
basketball_cpic.cpp:9:25: note: to match this ‘{’
9 | for(int i=0;i<n;i++){
| ^
basketball_cpic.cpp:13:5: error: expected ‘}’ at end of input
13 | }
| ^
basketball_cpic.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^