언어/C++

[C++] 시간 줄이기

더날고싶은sm 2024. 7. 2. 16:35

1.

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