11 条题解

  • 0
    @ 2024-10-1 12:53:17

    c

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

    信息

    ID
    1
    时间
    1000ms
    内存
    256MiB
    难度
    3
    标签
    (无)
    递交数
    334
    已通过
    169
    上传者