1 条题解

  • 0
    @ 2024-10-17 13:14:42

    #include <bits/stdc++.h> using namespace std; int main (){ float x,y; cin>>x>>y; cout<<floor(x/y);

    }
    
    • 1

    信息

    ID
    1052
    时间
    1000ms
    内存
    512MiB
    难度
    5
    标签
    递交数
    145
    已通过
    58
    上传者