1 solutions

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

    C :

    #include "stdio.h"
    #include "math.h"
    int main() {
        int negative = -11 % 5;
        int positive = negative + 5;
        printf("negative: %d\n", negative);
        printf("positive: %d\n", positive);
        return 0;
    }
    
    • 1

    Information

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