You are viewing a single comment's thread. Return to all comments →
int profit(int a, int b, int c) { int z,y; z=(c-a); y=(b-z); return y; }
Seems like cookies are disabled on this browser, please enable them to open this website
Combo Meal
You are viewing a single comment's thread. Return to all comments →
int profit(int a, int b, int c) { int z,y; z=(c-a); y=(b-z); return y; }