#include #include int main() { std::cout << "Druecke die ENTER-Taste..."; std::cin.get(); std::cout << "Das Programm hat " << double(std::clock())/CLOCKS_PER_SEC << " Sekunden Prozessorzeit verbraucht.\n"; }