public class Weight
{
        Weight(int val){this.val=val;}
	int val;
}
