#include <cmath>
#include <cstdint>
inline double logarithm(uint8_t v) {
return log(v);
}
bool loopBytes();