index
:
tcr
master
Team Contest Reference
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
content
/
other
/
timed.cpp
blob: a3ede29817f85de4058451b677c60cedc506d49a (
plain
)
1
2
3
int
times
=
clock
();
//run for 900ms
while
(
1000
*(
clock
()-
times
)/
CLOCKS_PER_SEC
<
900
) { ... }