#include using namespace std; int main() { const int size; cin >> size; int * list; list = new int[size]; return 0; }