We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99826b7 commit 6dc4219Copy full SHA for 6dc4219
1 file changed
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