标题:这个程序怎样改?各位高手
取消只看楼主
dreamhouse
Rank: 1
等 级:新手上路
帖 子:107
专家分:7
注 册:2011-12-16
结帖率:59.46%
已结贴  问题点数:20 回复次数:1 
这个程序怎样改?各位高手
#include "stdafx.h"
#include <stdio.h>


int main(int argc,char*argv[])
{
int a,b,sum;
cout<<"please input a:"<<endl;
cin>>a;
cout<<"please input b:"<<endl;
sum=a+b;
cout<<"the sum is:"<<endl;
return 0;
}
搜索更多相关主题的帖子: include 
2012-03-14 23:14
dreamhouse
Rank: 1
等 级:新手上路
帖 子:107
专家分:7
注 册:2011-12-16
得分:0 
谢谢帮忙

vvvvvvvvvv
2012-04-07 15:30



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-363204-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.074392 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved