class Square implements IntToInt { public int func(int n) { return n*n; } }