bool f(int big_number) { int *a = new int[big_number]; return true; } int main() { return 0; }