[백준] 11728번 배열 합치기
·
백준 문제/정렬
문제: 11728번: 배열 합치기 [바킹독의 실전 알고리즘] 0x0E강 - 정렬 I - YouTube #include #include using namespace std;int main() { ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0); int n, m; cin >> n >> m; queue A; queue B; for (int i = 0; i > tmp; A.push(tmp); } for (int i = 0; i > tmp; B.push(tmp); } while (!A.empty() && !B.empty()) { if (A.front() 틀릴 이유가 없는데 계속 컴파일 에러떠서 보니까 서버가 터졌다;; 음.. 맞을 것 같아서 일단 글은..