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 a;int b;int c;std::cin >> a; cin >> b;c = a * b;std::cout << c*c;return 0;}