0_0_39447801_20481.cpp: In function 'int main()': 0_0_39447801_20481.cpp:8:31: error: expected ';' before '}' token 8 | c = min(a,b)*2 | ^ | ; 9 | } | ~