Linux eclipse c++ выдает ошибки. Что они значат и как их решить?
Описание Файлы Путь Расположение Тип
Symbol 'cout' could not be resolved first.cpp /hello строка 5 Semantic Error
Описание Файлы Путь Расположение Тип
Symbol 'std' could not be resolved first.cpp /hello строка 2 Semantic Error
#include
using namespace std;
int main()
{
cout << "У каждой эпохи свой язык\n";
return 0;
}