#include <iostream> using namespace std; int main() { system("set"); cout << endl; cin.get(); return(0); }