小狐狸的X • 3年前
using namespace std;
int main(void){
int A,B; scanf("%d%d",&A,&B); printf("%d",A+B); return 0;
}
评论:
请先登录,才能进行评论