2 条题解

  • 0
    @ 2024-12-5 18:10:10
    #include<stdio.h>
    int main(void)
    {
        int a, b;
        scanf("%d%d",&a,&b);
        printf("%d",a+b);
        return 0;
    }

    信息

    ID
    13
    时间
    1000ms
    内存
    64MiB
    难度
    9
    标签
    递交数
    7
    已通过
    7
    上传者