答案

芜湖  •  2年前


include<stdio.h>

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


评论:

请先登录,才能进行评论