未验证 提交 6b2b476f 编写于 作者: L Leoriem-code 提交者: GitHub

fix typo on line 126 (#5768)

上级 dbddac74
......@@ -123,7 +123,7 @@ if __name__ == "__main__":
processes = list(range(1, no_of_processes + 1))
for i in range(no_of_processes):
print("Enter the arrival time and brust time for process:--" + str(i + 1))
print("Enter the arrival time and burst time for process:--" + str(i + 1))
arrival_time[i], burst_time[i] = map(int, input().split())
waiting_time = calculate_waitingtime(arrival_time, burst_time, no_of_processes)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册