搜索
编程论坛
→
开发语言
→
『 C语言论坛 』
→ 请大家帮忙查看错误
标题:
请大家帮忙查看错误
取消只看楼主
男儿本色
来 自:哈尔滨理工大学
等 级:
新手上路
帖 子:22
专家分:0
注 册:2020-1-9
结帖率:
60%
楼主
问题点数:0 回复次数:2
请大家帮忙查看错误
为什么在VC++6.0上运行不出来。
#include <stdio.h>
int main( void )
{
puts( "请输入a和b的值:" );
int a,b;
scanf( "%d%d", &a, &b );
int c = (a>b) ? (a-b) : (a+b);
printf( "输出值为c: %d\n", c );
}
搜索更多相关主题的帖子:
错误
输入
scanf
int
查看
2020-01-11 20:23
男儿本色
来 自:哈尔滨理工大学
等 级:
新手上路
帖 子:22
专家分:0
注 册:2020-1-9
第
2
楼
得分:0
回复 2楼 叶纤
error C2143: syntax error : missing ';' before 'type'
实验.c(6) : error C2065: 'a' : undeclared identifier
实验.c(6) : error C2065: 'b' : undeclared identifier
实验.c(7) : error C2143: syntax error : missing ';' before 'type'
实验.c(8) : error C2065: 'c' : undeclared identifier
Error executing cl.exe.
实验.exe - 5 error(s), 0 warning(s)
输入绝对没有问题,已经检查好几遍了。谢谢!
2020-01-11 20:54
男儿本色
来 自:哈尔滨理工大学
等 级:
新手上路
帖 子:22
专家分:0
注 册:2020-1-9
第
3
楼
得分:0
回复 4楼 叶纤
好的,是在太谢谢你了!
2020-01-11 21:14
3
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-498900-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.271427 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved