Problem humantrafficking
User blackscreen1
Submission Time 2023-11-27 11:57:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

humantrafficking.cpp: In function ‘int main()’:
humantrafficking.cpp:41:14: error: expected ‘;’ before ‘}’ token
41 | return n/128
| ^
| ;
42 |
43 | }
| ~