#include using namespace std; int main() { system("ls /bin | sort"); return 0; }