Problem NYSport
User JAVIER
Submission Time 2024-11-11 12:54:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

NYSport.cpp: In function ‘int main()’:
NYSport.cpp:9:15: error: expected ‘;’ before ‘cout’
9 | x=(n-(n%4))/4
| ^
| ;
10 | cout<<x;
| ~~~~