1 条题解

  • 0
    @ 2025-11-29 12:35:42

    C :

    #include "stdio.h"
    #include "math.h"
    int main() {
        int d;
        float l;
        //printf("Input math1, English and math2:");
        scanf("%f,%d", &l, &d);
        float ll = l* pow(0.5,d);
        printf("length=%.5f\n", ll);
        return 0;
    }
    
    • 1

    信息

    ID
    75
    时间
    1000ms
    内存
    128MiB
    难度
    (无)
    标签
    递交数
    0
    已通过
    0
    上传者