{{{~cpp #include using namespace std; int fibonach(int num); void main() { int input; cout<<"숫자를 입력해봐요\n"; cin>>input; cout<