C程序检验.请问有什么错误,执行时总是提示; error C2085: 'a' : not in formal para
来源:学生作业帮 编辑:神马作文网作业帮 分类:综合作业 时间:2024/11/10 21:06:01
C程序检验.请问有什么错误,执行时总是提示; error C2085: 'a' : not in formal parameter list
#include
int main()
float a,b,c,t;
scanf("%f,%f,%f",&a,&b,&c);
if(a>b)
{t=a;a=b;t=b;}
if(a>c)
{t=a; a=c; c=t;}
if(b>c)
{t=b; b=c; c=t;}
print("%a5.2f,%5.2f,%5.2f\n");
return 0;
}
#include
int main()
float a,b,c,t;
scanf("%f,%f,%f",&a,&b,&c);
if(a>b)
{t=a;a=b;t=b;}
if(a>c)
{t=a; a=c; c=t;}
if(b>c)
{t=b; b=c; c=t;}
print("%a5.2f,%5.2f,%5.2f\n");
return 0;
}
这话话的意思是 a 不是格式参数列表
应该这样写
printf("%5.2f,%5.2f,%5.2f",a,b,c);
应该这样写
printf("%5.2f,%5.2f,%5.2f",a,b,c);
C程序检验.请问有什么错误,执行时总是提示; error C2085: 'a' : not in formal para
matlab曲线拟合程序,下面的程序总是 提示错误是Error in ==> dpoly at 4 p=polyfit(
请问这个C语言程序哪里出错了?验证时总提示有一个错误.
急:SAS程序问题我的程序中有这样一段错误提示,请问有谁知道是程序哪里出了问题啊?ERROR:Read Access V
求解 VC提示 1 error 请问错在哪里 执行的时候更是 This file does not exist. Do
else用法我这里的代码有什么错误,为什么执行时提示有错?Microsoft VBScript 编译器错误 错误 '80
用keil写程序时出现“C(162):error C249:'DATA':SEGMENT TOO LARGE“的错误,
Matlab程序应该没错啊,但是老是运行不出来,提示:Error in conv (line 39) c = conv2
Fluent计算错误Fluent计算不了,总是提示以下错误,Error:prf-set-var:invalid flon
以下matlab程序,感激不尽啊.总是提示Error using ==> mtimes
虚拟机安装时出现1311错误,如下Error 1311. Source file not found: C/window
Matlab程序提示错误:Error using * Inner matrix dimensions must agre