123456789101112
#include "stdafx.h" #include <iostream> #include <vector> using namespace std; int main() { return 0; }