• + 0 comments

    include

    include

    include

    //by waaree (Anuwaar Abdul) using namespace std; void update(int *a, int *b){ int temp = *a; *a = *a + *b; *b = abs(temp-*b); cout <<*a<>a>>b; update(pa,pb); return 0; }