Department of Computer Science | Institute of Theoretical Computer Science | CADMO

Theory of Combinatorial Algorithms

Prof. Emo Welzl and Prof. Bernd Gärtner

// Programm: login.h // Unbekannte login-Funktion... #include bool login(std::string s); // POST: true genau dann, wenn s das gueltige Passwort ist.