2 条题解

  • 2
    @ 2026-8-4 14:30:51

    《神雕侠侣》

    • 1
      @ 2026-8-4 14:39:21

      #include <bits/stdc++.h>

      using namespace std;

      int main() { int t, n, m; cin >> t >> n >> m; if (t * m >= n) cout << "Yes"; else cout << "No"; return 0; }

      • 1

      信息

      ID
      589
      时间
      1000ms
      内存
      64MiB
      难度
      4
      标签
      递交数
      506
      已通过
      225
      上传者