Baekjoon 15802
타노스


QUESTION ❔



CODE ⌨️

#include <iostream>

using namespace std;

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

	cout << 0 << "\n";

	return 0;
}



RESULT 💛



SIMPLE DISCUSSION ✏️

과연 당신은.. 살아남을 수 있을까 ?



SOURCE 💎

Baekjoon_Link 👈 Click here


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