Owl Get a Life
yogurt.cpp: In function ‘int32_t main()’:yogurt.cpp:15:33: error: expected ‘;’ before ‘}’ token 15 | cout<<((a%2)*b+(a/2)*c)<<' ' | ^ | ; 16 | } | ~