#include<bits/stdc++.h>
using namespace std;
int main(){
   vector<int>arr={1,2,5,4};
   sort(arr.begin(),arr.end());
}

Built With

  • cpp
Share this project:

Updates