math
loor(x)
eil(x)
round(x)
trunc(x)
floor(x) в math
floor(1.5) == 1
floor(-1.5) == -2
ceil(x) в math
ceil(1.5) == 2
ceil(-1.5) == -1
abs(x) встроена
sqrt(x) встроена
y := sqrt(x)
power(x, y) в math
log2(x) в math
lnxp1(x) в math
sin(x) встроена
cos(x) встроена
tan(x) в math
arcsin(x) в math
arccos(x) в math
arctan(x) встроена
arctan2(y, x)
1000 ms 256 Mb Правила оформления программ и список ошибок при автоматической проверке задач