Problem | basketball_cpic |
---|---|
User | MuhammadJana |
Submission Time | 2025-06-20 14:27:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:11:8: error: ‘score’ was not declared in this scope
11 | cin>> score
| ^~~~~
basketball_cpic.cpp: At global scope:
basketball_cpic.cpp:17:1: error: ‘cout’ does not name a type
17 | cout<< count << endl;
| ^~~~
basketball_cpic.cpp:18:1: error: expected unqualified-id before ‘return’
18 | return 0 ;
| ^~~~~~
basketball_cpic.cpp:19:1: error: expected declaration before ‘}’ token
19 | }
| ^