cs-3013-assignment-3/typescript

42 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2019-09-27 00:36:51 +00:00
-bash-4.2$ ./mailbox 4
0 2
5 2
-1 2
Invalid value.
7 0
Invalid recipient id.
7 5
Invalid recipient id.
10 4
7 1
2 1
3 2
The result from thread 1 is 9 from 2 operations during 2 secs.
The result from thread 3 is 0 from 0 operations during 2 secs.
The result from thread 4 is 10 from 1 operations during 2 secs.
The result from thread 2 is 8 from 3 operations during 3 secs.
-bash-4.2$ ./mailbox 4 nb
0 2
5 2
-1 2
Invalid value.
7 0
Invalid recipient id.
7 5
Invalid recipient id.
10 4
7 1
2 1
3 2
2019-09-27 00:12:09 +00:00
The result from thread 3 is 0 from 0 operations during 0 secs.
2019-09-27 00:36:51 +00:00
The result from thread 4 is 10 from 1 operations during 1 secs.
The result from thread 1 is 9 from 2 operations during 2 secs.
The result from thread 2 is 8 from 3 operations during 3 secs.
-bash-4.2$ ./mailbox 4
2019-09-27 00:12:09 +00:00
6 4
2019-09-27 00:36:51 +00:00
a 5
2019-09-27 00:12:09 +00:00
The result from thread 2 is 0 from 0 operations during 0 secs.
The result from thread 1 is 0 from 0 operations during 0 secs.
The result from thread 3 is 0 from 0 operations during 0 secs.
The result from thread 4 is 6 from 1 operations during 1 secs.