close

#include
#include
int main() {
clrscr();
int number,counter=0;

for(number =100 ;number>=0;--number) {
counter++;
}
printf("counter = %d ",counter);
getch();
return 0;
}

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

    lupohsunrock的部落格

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