Problem burgers
User blackscreen1
Submission Time 2023-04-19 20:03:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

burgers.cpp:33:27: error: ‘constexpr’ needed for in-class initialization of static data member ‘const long double LineContainer::inf’ of non-integral type [-fpermissive]
33 | static const long double inf = 1/.0;
| ^~~
burgers.cpp:33:34: error: ‘(1.0e+0 / 0.0)’ is not a constant expression
33 | static const long double inf = 1/.0;
| ~^~~