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