3 条题解

  • 2
    @ 2024-12-15 21:44:45
    • 0
      @ 2025-9-29 17:27:01

      #include<bits/stdc++.h> using namespace std; int main(){ double circle, square; cin >> circle >> square; bool a; a=(circle>square*square); cout << a << endl; } //记得关注b站 阿秋--一只小绵羊

      • 0
        @ 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
        难度
        4
        标签
        (无)
        递交数
        182
        已通过
        87
        上传者