绘制一个空心园

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

示例

circle(100,100,80,1);