Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <algorithm>
- using namespace std;
- void cppSort(int* a,int l)
- {
- sort(a,a+l);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement