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