This is a sample input-output file. Please make sure that your output is in a similar readable format. ******** INPUT ******** C 10 M=200 L=6 S=20 Q=3 A 13 J=1 M=10 S=2 R=4 P=1 A 16 J=2 M=10 S=3 R=3 P=2 A 19 J=3 M=30 S=2 R=9 P=3 A 20 J=4 M=70 S=2 R=2 P=3 D 29 D 9999 ******* OUTPUT ******* ============ SystemPrint: ============ Time: 29 PID State TimeLeft ArrTime FinTime TurnAround WeightedTA --- ---------- -------- ------- ------- ---------- ---------- 1 Completed 0 13 17 4 1.00 2 Completed 0 16 20 4 1.33 3 Running 2 19 4 Completed 0 20 25 5 2.50 --- ---------- -------- ------- ------- ---------- ---------- System turnaround time: 4.33 Weighted System turnaround time: 1.61 HoldQueue: Empty ReadyQueue: ReadyQueue running as LongQueue. LongQueue: PID Position ---- --- 3 1 ---- --- CompleteQueue: PID Position ---- --- 1 1 2 2 4 3 ---- --- ============ SystemPrint: ============ Time: 9999 PID State TimeLeft ArrTime FinTime TurnAround WeightedTA --- ---------- -------- ------- ------- ---------- ---------- 1 Completed 0 13 17 4 1.00 2 Completed 0 16 20 4 1.33 3 Completed 0 19 31 12 1.33 4 Completed 0 20 25 5 2.50 --- ---------- -------- ------- ------- ---------- ---------- System turnaround time: 6.25 Weighted System turnaround time: 1.54 HoldQueue: Empty ReadyQueue: Empty LongQueue: Empty CompleteQueue: PID Position ---- --- 1 1 2 2 4 3 3 4 ---- ---