```c++ if (argc < 3) { std::cerr << "Invalid arguments count..." << std::endl; std::cerr << "Usage: Streams.exe [options] <input file> <output file>" << std::endl; return 1; } ``` - [x] Следует вывести более полную инструкцию