<>#include<iostream.h><BR>#define huiyuan 5<BR>#define DVD 5</P>
<>double like[huiyuan][DVD]={<BR> 0.5,0,0,0.2,0.3,<BR> 0,1,0.3,0.4,0.7,<BR> 0,0.7,0,0.8,0.1,<BR> 0.8,0,0,0.4,0.3,<BR> 0.1,0.5,0.6,0,0.4};<BR>double Dstore[huiyuan]={4,2,1,3,1};</P> |