1 solutions

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

    C :

    #include "stdio.h"
    int main() {
     
        double xiaoMingHeight = (175 + 162) * 0.54;
        double xiaoHongHeight = (169 * 0.923 + 153) / 2;
        printf("Height of xiao ming:%d\n", (int)xiaoMingHeight);
        printf("Height of xiao hong:%d\n", (int)xiaoHongHeight);
     
        return 0;
    }
    
    • 1

    Information

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