#include int main() { int count = 0; std::cin >> count; std::vector tmp; for(int i = 0; i < count; i++){ std::cin >> tmp; } return 0 }