for (int x : arr) {
	cout << x << endl;
}

+ Recent posts