恭喜,你发布的帖子
发布于 2025-06-30 10:48:40
3楼
#tempX ?= #X;
#tempY ?= #Y;
#tempCount := CountOfElements(#X);
FOR #tempIndex := 0 TO #tempCount-1 DO
#tempY^[#tempIndex]:=#tempX^[#tempIndex]*2+1
;
END_FOR;
VariantPut(SRC:=#tempY^,
DST:=#Y);
请填写推广理由:
分享
只看
楼主