1 条题解

  • 0
    @ 2024-11-30 21:47:32

    #include<bits/stdc++.h> using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; cout<<(a+b+c+d); return 0; }

    • 1

    信息

    ID
    125
    时间
    1000ms
    内存
    64MiB
    难度
    2
    标签
    递交数
    135
    已通过
    81
    上传者