csd

#include <stdio.h>
int main()
{
    int a,b,c;
    scanf("%d %d",&a,&b);
    c=a+b;
    printf("%d\n",c);
    return 0;
}

posted on 2023-05-13 20:37  wessf  阅读(63)  评论(0)    收藏  举报