#include int main() { clock_t start; while (1) { start = clock(); } return 0; }