astra-admin@vm:~/Desktop/projects/helloworld$ chmod +x helloworld
astra-admin@vm:~/Desktop/projects/helloworld$ ./helloworld
./helloworld: строка 17: namespace: команда не найдена
./helloworld: строка 23: синтаксическая ошибка рядом с неожиданным маркером «(»
./helloworld: строка 23: ` typedef decltype(nullptr) nullptr_t;'
# 1 "/home/astra-admin/Desktops/Desktop1/projects/helloworld/helloworld.cpp"
# 1 "/home/astra-admin/Desktops/Desktop1/projects/helloworld//"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 1 "<command-line>" 2
# 1 "/home/astra-admin/Desktops/Desktop1/projects/helloworld/helloworld.cpp"
# 1 "/usr/include/c++/6/iostream" 1 3
# 36 "/usr/include/c++/6/iostream" 3
# 37 "/usr/include/c++/6/iostream" 3
# 1 "/usr/include/x86_64-linux-gnu/c++/6/bits/c++config.h" 1 3
# 199 "/usr/include/x86_64-linux-gnu/c++/6/bits/c++config.h" 3
# 199 "/usr/include/x86_64-linux-gnu/c++/6/bits/c++config.h" 3
namespace std
{
typedef long unsigned int size_t;
typedef long int ptrdiff_t;
typedef decltype(nullptr) nullptr_t;
}
# 221 "/usr/include/x86_64-linux-gnu/c++/6/bits/c++config.h" 3
namespace std
{
inline namespace cxx11 __attribute__((__abi_tag ("cxx11"))) { }
}
namespace __gnu_cxx
{
inline namespace cxx11 __attribute__((__abi_tag ("cxx11"))) { }
}
# 507 "/usr/include/x86_64-linux-gnu/c++/6/bits/c++config.h" 3
# 1 "/usr/include/x86_64-linux-gnu/c++/6/bits/os_defines.h" 1 3