package p;
class A{
	int m(int i){
		int x= 0 + 1;
		return x * x;
	}
}