#include <stdio.h> double fact(int n,int m); int main() { int m, n; scanf ("%d %d" ,& m, & n ); printf("result = %f\n",fcat(n,m)); } 请问我这个程序哪出了问题?