1 solutions

  • 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

    Information

    ID
    76
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By