Problem basketball_cpic
User ye
Submission Time 2025-06-20 12:45:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:5:9: error: expected ‘;’ before ‘cin’
5 | sum = 0
| ^
| ;
6 | cin >> a;
| ~~~
basketball_cpic.cpp:13:13: error: expected ‘}’ at end of input
13 | cout << sum;
| ^
basketball_cpic.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^