为了账号安全,请及时绑定邮箱和手机立即绑定

正在回答

4 回答

int one = 1;

int two = 2;

int three;

three = one + two;


或者 


int one = 1;

int two = 2;

int three = one + two;

0 回复 有任何疑惑可以回复我~
#1

licxingcat 提问者

明白了。谢谢
2015-01-30 回复 有任何疑惑可以回复我~

http://img1.sycdn.imooc.com//56a2e83c000165dc12370387.jpg这个是怎么输出的,求大神指导,理解不了,跪求

0 回复 有任何疑惑可以回复我~

原来如此

0 回复 有任何疑惑可以回复我~

one,two,three已经定义过了,不能重复定义

1 回复 有任何疑惑可以回复我~
#1

licxingcat 提问者

谢谢.
2015-01-30 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

three=one+two那些不用加int吗?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信