Baekjoon 10718
We love kriii


QUESTION ❔



CODE ⌨️

#include <iostream>

using namespace std;

int main()
{
	ios_base::sync_with_stdio(0);
	cin.tie(0);
	cout.tie(0);

	for (int i = 0; i < 2; i++)
	{
		cout << "강한친구 대한육군\n";
	}

	return 0;
}



RESULT 💛



SIMPLE DISCUSSION ✏️

Hello World



SOURCE 💎

Baekjoon_Link 👈 Click here


*****
NOT A TALENT ❎ NOT GIVING UP ✅
CopyRight ⓒ 2022 DCherish All Rights Reserved.