#include int main(){std::clock_t start;start = std::clock();while((( std::clock() - start ) / (double)CLOCKS_PER_SEC)<3){}}