#include <bits/stdc++.h> using namespace std; int main() { vector<int> a; a.push_back(10); cout<<a.size(); return 0; }