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