0_0_39274813_29034.cpp: In function 'int main()': 0_0_39274813_29034.cpp:27:51: error: invalid type argument of unary '*' (have 'int') 27 | for (auto it : A) cout << *it << " "; | ^~~