145 条题解

  • 0
    @ 2024-11-5 20:46:06

    一道简单的入门题目,适合给新手做.

    #include<iostream>
    using namespace std;
    int main()
    {
        int a,b;
        scanf("%d%d",&a,&b);
        printf("%d",a+b);
        return 0;
    }
    

    信息

    ID
    56
    时间
    1000ms
    内存
    1024MiB
    难度
    1
    标签
    递交数
    9039
    已通过
    4027
    上传者