[BZOJ1000]A+B Problem

题目链接:https://www.lydsy.com/JudgeOnline/problem.php?id=1000

题解

这踏马有啥好讲的吗???

代码

1
2
3
4
5
6
7
8
9
10
11
12
13
#include <bits/stdc++.h>

using namespace std;

int main()
{
int a,b;
while(scanf("%d%d",&a,&b)==2)
{
printf("%d\n",a+b);
}
return 0;
}

备注

咳,就当是测试一下博客能不能正常支持MarkDown吧

毕竟第二篇乱写里面一个引用就被居中加大放那,十分显眼

话说BZOJ除了这题之外还有水题了吗。。好像没有了吧。。