16 条题解

  • -2
    @ 2025-2-21 10:32:35

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

    信息

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