这个程序怎样改?各位高手
#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;
}
2012-03-14 23:14
2012-03-15 00:01

2012-03-15 12:27
2012-03-15 12:59
2012-03-15 13:13
2012-04-07 15:30