200 条题解

  • 0
    @ 2025-10-15 19:47:57

    很简单。 分享一个做法

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

    信息

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