1 2 3 4 5
 Translation: Use a lock to achieve that 3 threads print A, B, C in turn for 10 times. Output is `ABCABC...` Code is in `main.cpp`.