
public class ArrayList {
	public int xer;
	public int yer;
	public ArrayList(int xer, int yer) {
		this.xer = xer;
		this.yer = yer;
	}
}