3 条题解

  • 0
    @ 2025-1-5 14:40:03

    #include<bits/stdc++.h> using namespace std; double d; int main() { cin>>d; //反正不是神,就来刷吗吧!!! cout<<round(d);

    return 0; }

    • 0
      @ 2025-1-5 14:38:38
      #include<bits/stdc++.h>
      using namespace std;
      double n;
      int main()
      {
          cin>>n;
          cout<<round(n);
      	return 0;
      }
      
      • 0
        @ 2024-11-17 11:23:36

        #include<bits/stdc++.h> using namespace std; double d; int main() { cin<<d; cout>>round(d); return 0;//仅供参考 }

        • 1

        信息

        ID
        172
        时间
        1000ms
        内存
        64MiB
        难度
        8
        标签
        递交数
        16
        已通过
        8
        上传者