2 条题解

  • 0
    @ 2024-11-25 18:00:59
    #include <iostream>//关注b站海绵经验包
    #include <iomanip>
    using namespace std;
    int main() {
      double b;
      cin >> b;
      cout << (int)a << endl;
      cout << fixed << setprecision(2) << a << endl;
      cout << fixed << setprecision(?) << a << endl;
      return 0;
    }
    

    信息

    ID
    117
    时间
    1000ms
    内存
    256MiB
    难度
    6
    标签
    (无)
    递交数
    113
    已通过
    33
    上传者