We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e0dac commit b4979d1Copy full SHA for b4979d1
CodeJam/tail.py
@@ -36,13 +36,13 @@ def main():
36
start_timer()
37
readInput()
38
stop_timer()
39
- llog("-----------", get_time(), "secs -----------")
+ llog("-----------", "{:.5e}".format(get_time()), "secs -----------")
40
llog()
41
llog("============ doing computation ============")
42
43
calcFunction()
44
45
46
47
48
if "IA_MODE" not in FLAGS:
0 commit comments