You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program is not legal. The operator << is a member of std::cout, thus cannot be called without the object std::cout. Prepend the expression with std::cout.