remove: не используемые классы
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
public class gk
|
|
||||||
{
|
|
||||||
public static int c(double d)
|
|
||||||
{
|
|
||||||
int i = (int)d;
|
|
||||||
return d >= (double)i ? i : i - 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user