3 条题解

  • 0
    @ 2025-6-30 18:39:15

    #include using namespace std; int main (){ int a,b; cin >> a >>b; cout << a+b; return 0; }

    信息

    ID
    9
    时间
    100ms
    内存
    64MiB
    难度
    1
    标签
    递交数
    33
    已通过
    26
    上传者