;D. 有n个人围成一圈,顺序排号。从第一个人开始报数(从1到3报数),凡报到3的人退出圈子,问最后留下的是原来的第几号的哪位?(要求:N是从键盘输入的109999的十进制数,以回车结束。);*DATA SEGMENTCIRL DW 10000 DUP(?)STR1 DB Please input the number of peoples(109999): ,$STR2 DB Please input the report number: ,$STR3 DB The last people is: ,$STR4 DB Please input the number between 10 and 9999: ,$STR5 DB Press to continue. Others to quit.,$K D