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