m:=0;m1:=if(v>ref(v,1) and c>ref(c,1),m+2,m);m2:=if(v<ref(v,1) and c>ref(c,1),m1+1,m1);m3:=if(v>ref(v,1) and c<ref(c,1),m2-2,m2);m4:=if(v<ref(v,1) and c<ref(c,1),m3-1,m3);所求值:=...
{主图}t1:=ma(c,15);if(c>=t1 and t1>=ref(t1,1),t1,draw**),colorred;if(c<t1 or t1<ref(t1,1),t1,draw**),colorgreen;stickline(c>=t1 and t1>=ref(t1,1),c,h,0,0),colorred;stickline(c>=t1 a...