Problem basketball_cpic
User gisellariddlemorozova834
Submission Time 2025-06-20 16:23:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:3:13: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define int long long
| ^~~~
basketball_cpic.cpp:9:2: note: in expansion of macro ‘int’
9 | int S [N] = {S[1], S[2], ..., S[N]};
| ^~~
basketball_cpic.cpp:10:2: error: ‘S’ was not declared in this scope
10 | S[i] = 2;
| ^
basketball_cpic.cpp:10:4: error: ‘i’ was not declared in this scope
10 | S[i] = 2;
| ^