Problem childsetter5
User Karax
Submission Time 2025-11-19 10:55:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

childsetter5.cpp: In function ‘int main()’:
childsetter5.cpp:4:15: error: expected primary-expression before ‘long’
4 | #define float long double
| ^~~~
childsetter5.cpp:26:27: note: in expansion of macro ‘float’
26 | float ratio = float(Cg[i] + Cd[j]) / float(Bg[i] + Bd[j]);
| ^~~~~