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