#include #include #include using namespace std; int main(){ cout << getpwnam("jaagup") << endl; // cout << crypt("Tere", "kala") << endl; }