Problem basketball_cpic
User Hhw48
Submission Time 2026-03-19 12:41:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:10:9: error: expected ‘;’ before ‘if’
10 | cin>>x
| ^
| ;
11 | if(x%2==0)ans++;
| ~~