fork download
  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. cout<<"hola que tal"<<end;
  6. return 0;
  7. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:5:23: error: use of undeclared identifier 'end'
cout<<"hola que tal"<<end;
                      ^
1 error generated.
stdout
Standard output is empty