This blog does not exist. || Blog of shewu.me
typedef long long i64; i64 next_mult_ge(const i64 y, const i64 x) { return ceil(y / (double) x) * x; }
No comments:
Post a Comment