0%

我的第一篇博客

这是我第一篇博客。
我就在这里放一些我平常学习用的网站以及一些我觉得有意思的网站。

  1. 吾爱破解
  2. bilibili
  3. 洛谷
  4. 力扣
  5. 拼题A
  6. Codeforces
  7. 51nod
  8. CSDN
  9. cppreference
  10. 菜鸟教程
  11. 慕课
  12. VirtualJudge
  13. ProjectEuler

再来放一个经典a+b程序

1
2
3
4
5
6
7
8
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
cout<<a+b<<endl;
}
谢谢你,秋刀鱼今天有吃的了!!!