fork download
  1. #include <iostream>
  2. int main()
  3. {
  4. std:: cout <<"hello"<< std::end1;
  5. return 0;
  6. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp: In function ‘int main()’:
prog.cpp:4:29: error: ‘end1’ is not a member of ‘std’
      std:: cout <<"hello"<< std::end1;
                             ^
stdout
Standard output is empty