//renaming to: j, i, k
package p;
class A{
	int l;
	int m(){
		int i= 0; int j= 0; int k= 0;
		int m= 0;
		return i + j + k + l + m;
	};
}