1 条题解

  • 0
    @ 2026-8-3 11:45:12

    非常简单的判断

    #include <bits/stdc++.h>
    using namespace std;
    #define ll long long
    int main()
    {ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);ll t,n,m;cin>>t>>n>>m;if(ceil(((n+1.0)*1.0)/m)<=t) cout<<"yes";else cout<<"no";return 0;
    }
    

    信息

    ID
    476
    时间
    1000ms
    内存
    64MiB
    难度
    1
    标签
    递交数
    42
    已通过
    33
    上传者