填空题 [程序](3分) #include int f(int &n,int &m) { static int k=10; n+=m; k+=n; m+=k; cout<<"k="<
  • 1、
【正确答案】 1、(9)k=17 (10)k=45 (11)k=122 a=28 b=66    
【答案解析】