• + 0 comments

    int profit(int a, int b, int c) { int z,y; z=(c-a); y=(b-z); return y; }