9 条题解

  • -1
    @ 2025-8-5 21:50:49

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

    信息

    ID
    4459
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    (无)
    递交数
    498
    已通过
    366
    上传者