Problem basketball_cpic
User KavinP
Submission Time 2025-06-20 15:20:32
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:14:1: error: expected ‘}’ at end of input
14 | }
| ^
basketball_cpic.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^