#include //for cout #include //for EXIT_SUCCESS int main() { cout << "hello\n"; //cout belongs to no namespace return EXIT_SUCCESS; }