inlclude (1) 썸네일형 리스트형 C언어 반복문 별찍기... #include int main(void) { /* * ** *** **** ***** */ for (int i = 0; i < 5; i++) { for (int j = 0; j 이전 1 다음