This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
/*
Задача:
Напишите шаблонную функцию parallelTransform, аналог функции std::transform
из библиотеки algorithm.
Количество потоков в этот раз не передавайте через аргументы функции, а узнайте
внутри самой функции с помощью std::thread::hardware_concurrency().