Timeout by fryman

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

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page