feat: add Lab4

This commit is contained in:
Yadunand Prem
2022-09-15 11:21:56 +08:00
parent c4d857ed02
commit 46d4fa5e9d
116 changed files with 912 additions and 2 deletions

16
Lab1/outputs/Lab1.3.out Normal file
View File

@@ -0,0 +1,16 @@
1.000: Customer 0 arrives
1.000: Customer 0 service begin (by Counter 0)
1.200: Customer 1 arrives
1.200: Customer 1 service begin (by Counter 1)
1.400: Customer 2 arrives
1.400: Customer 2 departed
1.600: Customer 3 arrives
1.600: Customer 3 departed
2.000: Customer 0 service done (by Counter 0)
2.000: Customer 0 departed
2.100: Customer 4 arrives
2.100: Customer 4 service begin (by Counter 0)
2.200: Customer 1 service done (by Counter 1)
2.200: Customer 1 departed
3.100: Customer 4 service done (by Counter 0)
3.100: Customer 4 departed