| Problem | childsetter5 |
|---|---|
| User | Karax |
| Submission Time | 2025-11-19 10:54:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
childsetter5.cpp: In function ‘int main()’:
childsetter5.cpp:4:15: error: expected primary-expression before ‘long’
4 | #define float long double
| ^~~~
childsetter5.cpp:23:27: note: in expansion of macro ‘float’
23 | float ratio = float(Cg[i] + Cd[j]) / float(Bg[i] + Bd[j]);
| ^~~~~