感觉C++灵活而复杂,嗯(GGJJ麻烦看到了教一下手记怎么-----写!啊!)初中刚刚毕业,接触C++有些难,跪求大神带飞啊。嗯这是我编的程序大神们别笑我啊啊啊。。。
include<iostream> include<cstdlib> //请问一下函数库有没有口诀去记呀 include<cstdio> include<cstring> include<cmath>using namespace std;
int main()
{
int a,b,c;
cout<<"please cin a,b<<a<<","<<b<<endl;
cin>>a>>b;
c=a;a=b;b=c;
cout<<a<<","<<b<<endl;
system("pause");
return 0;
}
热门评论
你的代码有错误哦。
头文件我只记 iostream 和 stdlib.h 、string,这够我用了。
我们不会嘲笑你,我也初学,现在上初一。
向着梦想前行吧!
你的代码有错误哦。
头文件我只记 iostream 和 stdlib.h 、string,这够我用了。
我们不会嘲笑你,我也初学,现在上初一。
向着梦想前行吧!
io stream ---输入输出 流 c std lib ---c 标准 库 c std io ---c 标准 输入 输出 c string --- c 字符串 相关 c math --- c 数学 相关