看板娘加载较慢请耐心等待qwq~~~

Luogu1001 A+B problem

说到要写题解,那我就真的来写一篇。(A+B划水)

1 #include<bits/stdc++.h>
2 using namespace std;
3 int main()
4 {
5     int a,b;
6     cin>>a>>b;
7     cout<<a+b<<endl;
8     return 0;
9 }

没啥可说的。

posted @ 2019-07-18 02:32  椎名·六花  阅读(120)  评论(0)    收藏  举报