При вводе команды: axis@axis-Aspire-5732Z:~$ gcc 1.cpp Выдает следующие ошибки: 1.cpp:3:2: error: invalid preprocessing directive #inclide 1.cpp:4:7: error: expected nested-name-specifier before ‘namespase’ 1.cpp:4:7: error: ‘namespase’ has not been declared 1.cpp:4:17: error: expected ‘;’ before ‘std’ 1.cpp:4:17: error: ‘std’ does not name a type 1.cpp: In function ‘int main()’: 1.cpp:9:2: error: ‘cout’ was not declared in this scope
Объясните пожалуйста, что я делаю не так?