从入门到精通,第二版,9页
发表在C语言图书答疑 2013-06-14
是否精华
版块置顶:
[img src=null/img]


#include<stdio.h>
#define Height 10
int calculate(int Long,int Width)
int main()
{  int m_Long;
   int m_width;
   int result;

   printf("长方体的高度为:%d\n",Height);

   printf("请输入长度\n");
   scanf("%d",&m_Long);

   printf("请输入宽度\n");
   scanf("%d",&m_Width");

   result=calculate(m_Long,m_Width);
   printf("长方体的体积是:");
   printf("%d\n",result);
   return 0;
}

int calculate(int Long,int Width)
{
   int result=Long*Width*Height;
   return result;
}
报错:
E:\1.c(5) : error C2085: 'main' : not in formal parameter list
E:\1.c(5) : error C2143: syntax error : missing ';' before '{'
E:\1.c(15) : error C2001: newline in constant
E:\1.c(15) : error C2065: 'm_Width' : undeclared identifier
E:\1.c(15) : error C2143: syntax error : missing ')' before 'string'
E:\1.c(24) : error C2084: function 'int __cdecl calculate(int ,int )' already has a body
执行 cl.exe 时出错.

1.exe - 1 error(s), 0 warning(s)
分享到:
精彩评论 2
gqwetr
学分:0 LV1
TA的每日心情
初来乍到,请多关照
2020-08-28 15:46:23
2013-06-14
沙发
#include<stdio.h>
#define Height 10
int calculate(int Long,int Width);
int main()
{  int m_Long;
   int m_width;
   int result;

   printf("长方体的高度为:%d\n",Height);

   printf("请输入长度\n");
   scanf("%d",&m_Long);

   printf("请输入宽度\n");
   scanf("%d",&m_Width");

   result=calculate(m_Long,m_Width);
   printf("长方体的体积是:");
   printf("%d\n",result);
   return 0;
}

int calculate(int Long,int Width)
{
   int result=Long*Width*Height;
   return result;
}
错误:E:\1.c(15) : error C2001: newline in constant
E:\1.c(15) : error C2065: 'm_Width' : undeclared identifier
E:\1.c(15) : error C2143: syntax error : missing ')' before 'string'
执行 cl.exe 时出错.

1.exe - 1 error(s), 0 warning(s)
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照