##### Try to run the stock exchange program with the [simple](https://github.com/01-edu/public/blob/master/subjects/stock-exchange-sim/examples/simple/simple) example, `"./stock examples/simple/simple 1"`.
##### Try to run the stock exchange program with the [build](https://github.com/01-edu/public/blob/master/subjects/stock-exchange-sim/examples/build/build) example, `"./stock examples/build/build 10"`.
##### Try to run the stock exchange program with the [seller](https://github.com/01-edu/public/blob/master/subjects/stock-exchange-sim/examples/seller/seller) example, `"./stock examples/seller/seller 10"`.
##### Try to run the stock exchange program with the [fertilizer](https://github.com/01-edu/public/blob/master/subjects/stock-exchange-sim/examples/fertilizer/fertilizer) example, `"./stock examples/fertilizer/fertilizer 1"`.(fertilizer example is self-powered and rotates indefinitely)
###### Does the display present a result similar to the one above, (optimizing happiness), choosing a reasonable shutdown condition and showing that the whole process went well for several times?
##### Run the same example with a different waiting time `"./stock examples/fertilizer/fertilizer 0.0003"`.(fertilizer example is self-powered and rotates indefinitely)
##### Try to run the stock exchange program with the [error1](https://github.com/01-edu/public/blob/master/subjects/stock-exchange-sim/examples/errors/error1) example, `"./stock examples/errors/error1 1"`.
##### Try to run the stock exchange program with the [error2](https://github.com/01-edu/public/blob/master/subjects/stock-exchange-sim/examples/errors/error2) example, `"./stock examples/errors/error2 1"`.
##### Try to run the stock exchange program with the [error3](https://github.com/01-edu/public/blob/master/subjects/stock-exchange-sim/examples/errors/error3) example, `"./stock examples/errors/error3 1"`.
##### Try to run the checker program with the [build](https://github.com/01-edu/public/blob/master/subjects/stock-exchange-sim/examples/build/build) and the [build.log](https://github.com/01-edu/public/blob/master/subjects/stock-exchange-sim/examples/build/build.log) example, `"./checker examples/build/build examples/build/build.log"`.
##### Try to run the checker program with the [seller](https://github.com/01-edu/public/blob/master/subjects/stock-exchange-sim/examples/seller/seller) and the [seller.log](https://github.com/01-edu/public/blob/master/subjects/stock-exchange-sim/examples/seller/seller.log)example, `"./checker examples/seller/seller examples/seller/seller.log"`.
##### Try to run the checker program with the [testchecker](https://github.com/01-edu/public/blob/master/subjects/stock-exchange-sim/examples/checkererror/testchecker) and [testchecker.log](https://github.com/01-edu/public/blob/master/subjects/stock-exchange-sim/examples/checkererror/testchecker.log) example, `"./checker examples/checkererror/testchecker examples/checkererror/testchecker.log"`.