import std.stdio, std.string, std.algorithm, std.math, std.conv; void main(){ auto a = readln.chomp.to!real; a /= 3; writefln("%.0f",sqrt(a)); }