0_0_39366027_9291.cpp: In function 'int main()':
0_0_39366027_9291.cpp:35:23: error: 'print' was not declared in this scope; did you mean 'rint'?
35 | print("%.2f\n", min/2);
| ^~~~~
| rint
0_0_39366027_9291.cpp:37:23: error: 'print' was not declared in this scope; did you mean 'rint'?
37 | print("Impossible\n");
| ^~~~~
| rint
|