Untitled
unknown
c_cpp
2 years ago
283 B
4
Indexable
#include <bits/stdc++.h> using namespace std; int main() { // General Solution vector<string> array; sort(array.begin(), array.end()); for(int i=0; i< array.size(); i++) { sendmail(array[i]); } return 0; }
Editor is loading...