#include using namespace std; int f(int n, int k); int main(int argc, char const *argv[]) { cout<<"请输入n与k"<>n; cin>>k; cout<