본문 바로가기

C/백준

[단계별 풀어보기_입/출력 받아보기]10718번 문제풀이 등록

#include<stdio.h>

int main()
{
	printf("강한친구 대한육군\n");
	printf("강한친구 대한육군\n");
}