江清月近魂 • 1年前
#include <stdio.h>
int main(void) {
int a,b,c; scanf("%d %d",&a,&b); c=a+b; printf("%d",c); return 0;
}
评论:
请先登录,才能进行评论