#include
#include
using std::count;
using std::endl;
int main()
{
int Apple, Carrots, Potaetoes;
Apple = 7;
Carrots = 12;
Potaetoes = 160;
cout << "Apple:" << Apple << endl;
return 0;
_getch();
}
написано идентификатор cout не определён что делать? в чём ошибка?
#include
using std::count;
using std::endl;
int main()
{
int Apple, Carrots, Potaetoes;
Apple = 7;
Carrots = 12;
Potaetoes = 160;
cout << "Apple:" << Apple << endl;
return 0;
_getch();
}
написано идентификатор cout не определён что делать? в чём ошибка?