Used namespace.
@ -1,6 +1,8 @@
#include <iostream>
using namespace std;
int main()
{
std::cout << "Hello World\n";
cout << "Hello World\n";
}
The note is not visible to the blocked user.