for(i=0; i<10; i++){printf("%d",i); } 이문장은 i=0; while(i<10){ printf("%d",i); i++; }로고칠수있답니다^^C언어공부열심히하세요^^화이팅!
당신은 어느 그룹입니까?