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