不能输出字符
#include <stdio.h>
int xgk(char n)
{
printf("小明在慕课网上已经参与了%c门课程\n", n);
return 0;
}
int main()
xgk('b');