본문 바로가기

언어/C++

[C++] 시간 줄이기

1.

	ios::sync_with_stdio(false);
	cin.tie(NULL);
	cout.tie(NULL);

 

'언어 > C++' 카테고리의 다른 글