2 solutions

  • -1
    @ 2025-10-17 19:34:06

    #include

    /* run this program using the console pauser or add your own getch, system("pause") or input loop / using namespace std; int main(int argc, char* argv) { int a=2,b=4,c=0,d=10,e=0; c=d-a-b; e=a+b; cout<<e<<" "<<c; return 0; }

    Information

    ID
    482
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    9
    Tags
    (None)
    # Submissions
    39
    Accepted
    4
    Uploaded By