Problem basketball_cpic
User abhro
Submission Time 2025-06-20 15:32:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:17:16: error: invalid types ‘int[int]’ for array subscript
17 | if (S[i] % 2 == 0) {
| ^
basketball_cpic.cpp:19:18: error: no post-increment operator for type
19 | count++;
| ^~
basketball_cpic.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
basketball_cpic.cpp:15:29: note: to match this ‘{’
15 | for (int i = 0; i < N; ++i) {
| ^
basketball_cpic.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
basketball_cpic.cpp:7:12: note: to match this ‘{’
7 | int main() {
| ^