public class Fib {
    public static double fibonacci(int n) {
        return -1;  
    }
}