728x90
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #include <stdio.h> int main() { int i; for (i = 0; i < 20; i++) { printf("hello"); } printf(" "); int j; for (i = 0; i < 30; i++) { printf("world"); } } | cs |
728x90
'Study > code up' 카테고리의 다른 글
[codeup] 1110 : 정수 그대로 출력하기 (0) | 2020.05.01 |
---|---|
[codeup] 1109 : 보안카드 접수증 (0) | 2020.05.01 |
[codeup] 1107 : 반복 출력하기 1 (0) | 2020.05.01 |
[codeup] 1102 : Hello, World! (줄 바꿈 버전) (0) | 2020.04.29 |
[codeup] 1101 : Hello, World! (0) | 2020.04.29 |