16 条题解

  • 0
    @ 2025-2-21 13:07:38

    #include<bits/stdc++.h> using namespace std; int main(){ double N; cin>>N; if(N<0) printf("%.2lf",-N); else printf("%.2lf",N); return 0; }

    信息

    ID
    2131
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    递交数
    1110
    已通过
    549
    上传者