Problem | basketball_cpic |
---|---|
User | niicoletong |
Submission Time | 2025-06-20 14:45:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:10:22: error: expected ‘)’ before ‘;’ token
10 | if (int i = 0; i < n; i++) {
| ~ ^
| )
basketball_cpic.cpp:10:24: error: ‘i’ was not declared in this scope
10 | if (int i = 0; i < n; i++) {
| ^
basketball_cpic.cpp:13:4: error: ‘else’ without a previous ‘if’
13 | } else if (score % 2 == 0) {
| ^~~~
basketball_cpic.cpp:13:13: error: ‘score’ was not declared in this scope
13 | } else if (score % 2 == 0) {
| ^~~~~