#include <vector>
using namespace std;
int main () {
...
vector<pair<int, vector<int>>> v;
v.push_back(make_pair(0, vector<int>()));
...
}
728x90
'Language > C++' 카테고리의 다른 글
[C++] std::thread (0) | 2023.09.01 |
---|---|
[C++] std::chrono (0) | 2023.09.01 |
[C++] std::this_thread (0) | 2023.09.01 |
[C++] 난수 생성하기 (0) | 2023.07.21 |
[c++] cin, cout 속도 향상하기 (0) | 2021.10.03 |
댓글