public class A {
    public int fib(int x) {
        return 1;
    }
}