2 条题解

  • 1
    @ 2025-8-7 15:52:25
    #include<bits/stdc++.h>
    using namespace std;
    int n,t,m;
    int main()
    {
    	cin>>t>>n>>m;
    	if(t*m>=n) cout<<"yes";
    	else cout<<"no"; 
    	return 0;
    }
    
    • -1
      @ 2024-11-16 21:54:42

      #include<bits/stdc++.h> using namespace std; int n,t,m; int main() { cin>>t>>n>>m; if(t*m>=n) cout<<"yes"; else cout<<"no"; return 0; }

      • 1

      信息

      ID
      475
      时间
      1000ms
      内存
      64MiB
      难度
      4
      标签
      递交数
      19
      已通过
      15
      上传者