지난 글에서의 2557번 문제와 같이 printf를 사용하여 출력하면 된다.
#include <stdio.h> int main(void) { printf("강한친구 대한육군\n강한친구 대한육군"); return 0; }