链接:http://acm.hdu.edu.cn/showproblem.php?pid=1000

超级水的题:

View Code
1 #include<stdio.h>
2 #define P 3.1415927
3 main()
4 {
5 int a,b;
6 while(scanf("%d%d",&a,&b)==2)
7 printf("%d\n",a+b);
8 return 0;
9 }

相关文章:

  • 2021-07-25
  • 2021-11-13
  • 2021-09-04
  • 2021-07-30
  • 2021-06-02
  • 2021-09-25
  • 2021-06-14
  • 2022-12-23
猜你喜欢
  • 2021-07-22
  • 2021-05-23
  • 2021-11-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
相关资源
相似解决方案