填空题

#include"stdio.h" void fact(int k) { int i,s; s=s*i: return(s); } 错误:______ 改正:______

【参考答案】

错误:int i,s;