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

Theory of Combinatorial Algorithms

Prof. Emo Welzl and Prof. Bernd Gärtner

#include int main() { int sum; sum = 5 + 7; std::cout << sum; std::cout << std::endl; return 0; }