2 条题解

  • 2
    @ 2025-9-7 17:05:49

    int main() { double n; cin >> n; cout << round(n);

    • -3
      @ 2025-9-7 17:04:12

      #include <bits/stdc++.h> using namespace std;

      int main() { double n; cin >> n; cout << round(n);

      return 0;

      • 1

      信息

      ID
      286
      时间
      1000ms
      内存
      64MiB
      难度
      1
      标签
      递交数
      48
      已通过
      36
      上传者