теперь так
#include <iostream>
using namespace std;
int main(int argc, char** argv) {
cout << "hello";
return 0;
}
все равно на cout ругается
теперь так
#include <iostream>
using namespace std;
int main(int argc, char** argv) {
cout << "hello";
return 0;
}
все равно на cout ругается