| Problem | thedarknight |
|---|---|
| User | gl |
| Submission Time | 2026-03-06 17:29:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:84,
from thedarknight.cpp:1:
/usr/include/c++/9/numeric: In instantiation of ‘constexpr std::common_type_t<_Mn, _Nn> std::lcm(_Mn, _Nn) [with _Mn = double; _Nn = double; std::common_type_t<_Mn, _Nn> = double]’:
thedarknight.cpp:9:26: required from here
/usr/include/c++/9/numeric:148:21: error: static assertion failed: std::lcm arguments must be integers
148 | static_assert(is_integral_v<_Mn>, "std::lcm arguments must be integers");
| ^~~~~~~~~~~~~~~~~~
/usr/include/c++/9/numeric:149:21: error: static assertion failed: std::lcm arguments must be integers
149 | static_assert(is_integral_v<_Nn>, "std::lcm arguments must be integers");
| ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/9/bits/move.h:55,
from /usr/include/c++/9/bits/stl_pair.h:59,