Main.cc: In function ‘int main()’: Main.cc:8:30: error: assignment of read-only location ‘std::min(a, b)’ if(min(a,b)=a&&min(a,b)!=b) ^ Main.cc:8:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if(min(a,b)=a&&min(a,b)!=b) ~~~~~~~~^~~~~~~~~~~~~~~