绘制一个实心园

void circlefill(int x,int y,int r,int color);
//(x,y):圆心坐标
//r: 圆心半径 必须<256
//color:方框的颜色号0~63

示例

circlefill(100,100,80,1);