1 条题解

  • 0
    @ 2025-6-20 15:17:08

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

    • 1

    信息

    ID
    4432
    时间
    1000ms
    内存
    256MiB
    难度
    6
    标签
    (无)
    递交数
    20
    已通过
    11
    上传者