input/code.cpp: In function 'int main()':
input/code.cpp:2:12: error: 'cout' was not declared in this scope
int main(){cout<<"häcksäsin uolevin koneen ipconfigilla"<<endl;}
^
input/code.cpp:2:12: note: suggested alternative:
In file included from input/code.cpp:1:0:
/usr/include/c++/4.9/iostream:61:18: note: 'std::cout'
extern ostream cout; /// Linked to standard output
^
input/code.cpp:2:61: error: 'endl' was not declared in this scope
int main(){cout<<"häcksäsin uolevin koneen ipconfigilla"<<endl;}
^
input/code.cpp:2:61: note: suggested alternative:
In file included from /usr/include/c++/4.9/iostream:39:0,
from input/code.cpp:1:
/usr/include/c++/4.9/ostream:564:5: note: 'std::endl'
endl(basic_ostream<_CharT, _Traits>& __os)
^