Просмотр поста

.
Fenixrus

программа
#include <cstdlib>

using namespace std;

int main(int argc, char** argv) {
cout << "hello";
return 0;
}

при компиляции ошибка
main.cpp:6:5: error: ‘cout’ was not declared in this scope