import static p.A.*;
public class C {
	public boolean foo() {
		return Math.PI == PI;
	}
}
