Simpler Implementation that may only work in Newer versions of C++
- for (int item:nums) {
cout<<item<<endl;
}
You have attempted of activities on this page
Simpler Implementation that may only work in Newer versions of C++
cout<<item<<endl;
}