数组
伪代码
integer a[5]
Set i to 0
WHILE(i < 5)
Read in a[5]
Set i to i + 1
Read num
Set position to 0
Set found to FALSE
WHILE(position < 5 AND found is FALSE)
IF(a[] equals num)
Set found to TRUE
ELSE
Set position to position + 1
标签:Set,FALSE,Read,数组,found,position
From: https://www.cnblogs.com/gisliw/p/17811322.html