Main.cpp:6:7: error: invalid preprocessing directive #\U0000041d\U00000430\U00000447\U00000430\U0000043b\U0000044c\U0000043d\U0000044b\U00000435
6 | # Начальные знания по всем темам
| ^~~~~~~~~
Main.cpp:9:7: error: invalid preprocessing directive #\U00000425\U00000440\U00000430\U0000043d\U00000438\U0000043c
9 | # Храним модули в виде списка (requirements, upgrades)
| ^~~~~~
Main.cpp:12:7: error: invalid preprocessing directive #\U00000424\U00000438\U0000043b\U0000044c\U00000442\U00000440\U00000443\U00000435\U0000043c
12 | # Фильтруем модули, которые Benson может выполнить сразу
| ^~~~~~~~~
Main.cpp:25:11: error: invalid preprocessing directive #\U00000412\U0000044b\U0000043f\U0000043e\U0000043b\U0000043d\U0000044f\U00000435\U0000043c
25 | # Выполняем текущий доступный модуль
| ^~~~~~~~~
Main.cpp:28:11: error: invalid preprocessing directive #\U0000041e\U00000431\U0000043d\U0000043e\U00000432\U0000043b\U0000044f\U00000435\U0000043c
28 | # Обновляем знания
| ^~~~~~~~~
Main.cpp:34:11: error: invalid preprocessing directive #\U0000041f\U00000440\U0000043e\U00000432\U00000435\U00000440\U0000044f\U00000435\U0000043c
34 | # Проверяем, какие модули теперь стали доступными
| ^~~~~~~~~
Main.cpp:46:3: error: invalid preprocessing directive #\U00000427\U00000438\U00000442\U00000430\U00000435\U0000043c
46 | # Читаем входные данные
| ^~~~~~
Main.cpp:51:3: error: invalid preprocessing directive #\U00000412\U0000044b\U00000447\U00000438\U00000441\U0000043b\U0000044f\U00000435\U0000043c
51 | # Вычисляем и выводим результат
| ^~~~~~~~~
Main.cpp:2:1: error: 'import' does not name a type
2 | import sys
| ^~~~~~
Main.cpp:2:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'