0_0_14174339_31556.cpp:20:13: error: stray '\243' in program
printf£¨"%d\n",min(min((n/m)*q+(n%m*p),n*p),(n/m+1)*q));
^
0_0_14174339_31556.cpp:20:13: error: stray '\250' in program
0_0_14174339_31556.cpp: In function 'int main()':
0_0_14174339_31556.cpp:13:37: error: expected ')' before ';' token
scanf("%d%d%d%d",&n,&m,&p,&q;)
^
0_0_14174339_31556.cpp:13:38: error: expected primary-expression before ')' token
scanf("%d%d%d%d",&n,&m,&p,&q;)
^
0_0_14174339_31556.cpp:18:9: error: 'else' without a previous 'if'
else if(n>m)
^
0_0_14174339_31556.cpp:20:21: error: expected ';' before string constant
printf£¨"%d\n",min(min((n/m)*q+(n%m*p),n*p),(n/m+1)*q));
^
|