You work in an IT company and you need to create a system for monitoring the performance of various operations. It is necessary to write the Timer decorator, which will measure the functions and display the result in a certain format.
rn
Input format
The first line contains the name of the operation: "sum", "max" or "sort". The second line contains the input data for the selected operation
Output format
the result of the function, then the execution time "X.xx ms"
Example
Output
500500
Executive time: 0.15 ms
Hint
There will be no clue here, decide for yourself!