开始 includemain(){int n,i=2,r;printf("please input n");scanf("%d",n);while(iC语言 求c的p次方除以n的余数 while(i){c=c*k;c=c%n;这里应该把c的...