package p;
class A{
	int f;
	public int getF() {
		return (this.f);
	}	
}