package middle;

public class point {
	private int x=0;
	private int y=0;
	public point() {
		this(0, 0);
	}
	public point(int x,int y) {
		this.x=x;
		this.y=y;
	}
	public int getX() {
		return x;
	}
	public int getY() {
		return y;
	}
	public void setX(int x) {
		this.x = x;
	}
	public void setY(int y) {
		this.y = y;
	}

}
最近下载更多
12mmn5  LV1 5月28日
2385649653  LV7 2023年6月26日
激昂逸凡  LV1 2022年12月5日
小粥2333  LV1 2021年12月26日
无名氏111  LV33 2021年12月19日
Lunaticsky  LV3 2021年12月7日
ewan007  LV30 2021年11月7日
qsyqa0  LV6 2021年9月5日
夜空中最亮的星  LV8 2021年6月25日
dengge123  LV13 2021年6月6日
最近浏览更多
yansunling  LV1 11月6日
54ty1212 8月6日
暂无贡献等级
111111鱼仔  LV1 5月30日
12mmn5  LV1 5月28日
王少波  LV5 4月6日
zhos0212  LV19 2月29日
yjjhggj 1月1日
暂无贡献等级
张晨荣  LV1 2023年12月19日
2386136609  LV1 2023年12月17日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友