문제링크
#include <iostream> using namespace std; string a; int main() { a = "강한친구 대한육군\n"; cout << a; cout << a; }