Problem NYSport
User usernamehere
Submission Time 2024-11-12 09:09:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

NYSport.cpp: In function ‘int main()’:
NYSport.cpp:20:23: error: expected ‘;’ before ‘return’
20 | cout << min(a/4, b/3)
| ^
| ;
21 | return 0;
| ~~~~~~