1 solutions

  • 1
    @ 2024-11-27 22:58:58

    不是哥们,这也看题解啊?

    #include <stdio.h>
    int main() {
        int a,b;
        a=(24+4)/2;
        b=24-a;
        printf("%d",a*b);
        return 0;
    }
    
    • 1

    Information

    ID
    3845
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    10
    Tags
    (None)
    # Submissions
    3
    Accepted
    2
    Uploaded By