program

#include <stdio.h>

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

posted @ 2016-09-11 10:20  永哼哼  阅读(286)  评论(0编辑  收藏  举报