C¨ç¼Æ


int x = ;
int y = ;
a = abs(x-y);
p = pow(x,y);

float n = ;
q = sqrt(n);
c = ceil(n);
f = floor(n);
r = floor(n+0.5);
n = rand()%6+1;
Ans