ID 5712518
Пользователь Костюков Максим Сергеевич
Время 17:44<< 08.11.2021 17:44 (19 д. 15:45) 17:46>>
Обработка 17:44 ... 17:45 (2,93 сек.)
Файл 5712518.cpp (CLang++ 5.0.0 + Address Sanitizer)
Турнир 2 курс. Программирование на C++. Турнир 2, осень 2021
Задача A: Набор фигур
Набор тестов
Ограничения Время: 1с Память: 4096Мб
Состояние  [?]
CE Ошибка компиляции
код | результаты
In file included from main.cpp:17:0:
figure.h:6:18: error: comma-separated list in using-declaration only available with -std=c++1z or -std=gnu++1z [-Werror]
 using std::string, std::shared_ptr, std::istringstream;
                  ^
figure.h:6:35: error: comma-separated list in using-declaration only available with -std=c++1z or -std=gnu++1z [-Werror]
 using std::string, std::shared_ptr, std::istringstream;
                                   ^
figure.h: In function 'std::shared_ptr<Figure> CreateFigure(std::istringstream&)':
figure.h:81:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1plus: all warnings being treated as errors
0.093s 0.008s 9