1 条题解

  • 1
    @ 2026-1-25 13:57:12

    #include <bits/stdc++.h>

    using namespace std;

    int main() { int a,b,c; cin >> a>>b>>c; cout<< (a+b)/c << endl;

    return 0;
    

    }

    信息

    ID
    517
    时间
    1000ms
    内存
    256MiB
    难度
    6
    标签
    递交数
    16
    已通过
    13
    上传者