문제https://www.acmicpc.net/problem/14889 해설비트마스킹을 이용하는 간단한 문제if(__builtin_popcount == n/2)를 사용하면 훨씬 빠르게 켜진 비트의 수를 확인할 수 있음코드12345678910111213141516171819202122232425262728293031323334353637383940414243444546#include iostream>#include algorithm>#include vector> using namespace std;int mp[24][24], n, team1, team2,ret = 987654321;vectorint> v,v2; void go(int num){ int cnt = 0; vectorint> v,v2; fo..