最简单的

小满  •  1年前


include <stdio.h>

int main() {

  int a, b;
scanf("%d%d", &a, &b);
printf("%d", a + b);
return  0;

}


评论:

请先登录,才能进行评论