#include <stdio.h>
int main()
{
    int a,b;
    scanf("%d %d",&a,&b);
    printf("a=""%d\n",a);
    printf("b=""%d\n",b);
    printf("s=""%d\n",a+b);
    return 0;
}

 

相关文章:

  • 2021-10-27
  • 2021-09-21
  • 2021-09-04
  • 2021-12-06
  • 2021-08-16
  • 2022-12-23
  • 2021-12-26
  • 2021-07-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2021-11-25
相关资源
相似解决方案