CPP-Multithreading Description Program in the project creates two threads, each of them prints number to output with delay equal to number seconds Input Enter s character to start printing, enter q character to stop printing How to compile g++ -Wall -std=c++11 -pthread -o main main.cpp Example of usage