1 条题解

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

    C :

    
    #include "stdio.h"
    #include "math.h"
    int main() {
        //printf("Input payment p:");
        float p;
        scanf("%f", &p);
        printf("price = %.1f\n", p * 0.92);
        return 0;
    }
    
    • 1

    信息

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