@ -10,7 +10,7 @@ import std.format;
import std.stdio;
T
RoundUp(T a, T b)
RoundUp(T)(T a, T b)
{
a += b - 1;
a -= a%b;
The note is not visible to the blocked user.