07/03/15 17:44:55
>>262
まちがいた。かなりの分析力がないとqewrtyからは出せないとおもたので。
サービス・ヒント
つ「うぃぇ」ローマ字に直せ?
$tcount = date(d);
while($tcount<1000){
print "$tcount";
$tcount++;//←これだろ!?
}
△
または
▽
$tcount = date(d)+1000;
while($tcount<1000){
print "$tcount";
$tcount--;//←これだろ!?
}
△
または
▽
for($tcount=date(d);$count<1000;$tcount++;){
print "$tcount";
}
△
▲
△
出力してみればわかると思うが…orz