#include /** * Выводит версию C++ */ int main() { std::cout << "C++ version: " << __cplusplus << std::endl; return EXIT_SUCCESS; }