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/27 16:35:25

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)
在这句后面加一个分号