C语言程序改错题,#include "stdio.h"int yanghui(int x,int y)main(){int i,j,n;clrscr();printf("Input the row of the yanahui:\n");scanf("%d",&n);for (i=1;i

来源:学生作业学帮网 编辑:学帮网 时间:2024/05/15 16:04:29

C语言程序改错题,
#include "stdio.h"
int yanghui(int x,int y)
main()
{
int i,j,n;
clrscr();
printf("Input the row of the yanahui:\n");
scanf("%d",&n);
for (i=1;i

int yanghui(int x,int y)
在这句后面加一个分号