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