1 条题解

  • -1
    @ 2026-4-8 12:39:23
    #include<bits/stdc++.h>
    using namespace std;
    double n;
    int main(){
    cin>>n;
    if(n>10) printf("%.1lf",n*2*0.9);
    else printf("%.1lf",n*2);
    return 0;
    }
    
    • 1

    信息

    ID
    2149
    时间
    1000ms
    内存
    16MiB
    难度
    3
    标签
    递交数
    57
    已通过
    29
    上传者