#include <iostream>
#include <algorithm>
#include <numeric>
#include <functional>
#include <vector>
using namespace std;
int main()
{
vector<int>vecIntA;
vecIntA.push_back(6);
vecIntA.push_back(3);
vecIntA.push_back(1);
vecIntA.push_back(9);
vecIntA.push_back(4);
vecIntA.push_back(3);
vector<int>vecIntB;
vecIntB.push_back(2);
vecIntB.push_back(4);
vecIntB.push_back(6);
vecIntB.push_back(8);
vector<int>vecIntC;
vecIntC.resize(1
#include <algorithm>
#include <numeric>
#include <functional>
#include <vector>
using namespace std;
int main()
{
vector<int>vecIntA;
vecIntA.push_back(6);
vecIntA.push_back(3);
vecIntA.push_back(1);
vecIntA.push_back(9);
vecIntA.push_back(4);
vecIntA.push_back(3);
vector<int>vecIntB;
vecIntB.push_back(2);
vecIntB.push_back(4);
vecIntB.push_back(6);
vecIntB.push_back(8);
vector<int>vecIntC;
vecIntC.resize(1