package p;
interface A{
	 void m(int i, int k);
}