2 条题解

  • 1
    @ 2024-12-15 21:44:45
    • 1
      @ 2024-11-25 17:36:12

      #include//关注b站海绵经验包谢谢喵 using namespace std; int main() { double circle, square; cin >> circle >> square; bool is_bigger; is_bigger=(circle>square*square); cout << is_bigge << endl; }

      • 1

      信息

      ID
      107
      时间
      1000ms
      内存
      256MiB
      难度
      3
      标签
      (无)
      递交数
      76
      已通过
      40
      上传者