#include int main(void){ int a=1,b=2,c=4,d=8,e=2,f=3; printf("answer=%d\n",a+b*c-d/e%f); return 0; }