地址
http://acm.hdu.edu.cn/showproblem.php?pid=1000
定位
- hdu测试
代码
#include <stdio.h>
#include <stdlib.h>
int main()
{
int a,b;
while(scanf("%d*c",&a) != EOF)
{
scanf("%d*c",&b);
printf("%d\n",a+b);
}
return 0;
}
性能
Exe.Time | Exe.Memory | Code Length | Language |
---|---|---|---|
0MS | 1408K | 196B | c |
Thanks everyone!