Fixed time
This commit is contained in:
parent
dfb26e14c9
commit
53f66d440c
3
ucompile
3
ucompile
@ -90,7 +90,8 @@ def run_input_cases(program, verbose, output=False, tests_dir=".", time_flag=Fal
|
|||||||
print(program_output.strip())
|
print(program_output.strip())
|
||||||
|
|
||||||
if time_flag:
|
if time_flag:
|
||||||
print(f"Time taken: {elapsed_time:.4f} seconds")
|
print("=====")
|
||||||
|
print(f"⏳: {elapsed_time:.4f} s")
|
||||||
|
|
||||||
print("-----------")
|
print("-----------")
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user