close

#!/usr/bin/perl

$m='4';

foreach $i(1..100){
        if($i%$m!=0){
           print "$i not could be!\n";
        }
        if($i%$m==0){
           $t=$i;
           goto COULD;
        }
}
COULD:
print "$t has found!\n";

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 hweily 的頭像
    hweily

    hweily

    hweily 發表在 痞客邦 留言(0) 人氣()