hdu 1000 真水题

#include <iostream>
#include <cstdio>
#include <cstring>
#include <string.h>
#include <queue>
using namespace std;
int a,b; int main()
{
while(scanf("%d%d",&a,&b) != EOF)
{
printf("%d\n",(a+b));
}
return 0;
}
上一篇:【C#】Get the html code of a webpage


下一篇:JDBC性能分析与优化