We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#include<iostream.h>
int main() { std::cout >> "hello world" >> endl; return 0; }