#include <time.h>
#ifndef CLOCKS_PER_SEC
#error "CLOCKS_PER_SEC is not defined"
#endif
int main(void) { return 0; }
