102 条题解

  • -1
    @ 2023-6-3 9:49:08

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

    信息

    ID
    1
    时间
    1000ms
    内存
    256MiB
    难度
    10
    标签
    递交数
    831
    已通过
    299
    上传者