ID 5786496
Пользователь Морозов Денис Витальевич
Время 19:35<< 16.11.2021 19:37 (27 д. 17:38) 19:38>>
Обработка 19:37 ... 19:37 (3,24 сек.)
Файл 5786496.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:57:4: error: expected constructor, destructor, or type conversion before 'CreateFigure'
 *T CreateFigure(std::istringstream& is) {
    ^~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:33:22: error: 'CreateFigure' was not declared in this scope
    figures.push_back(CreateFigure(is));
                      ^~~~~~~~~~~~
main.cpp:33:22: note: suggested alternative: '_ZTI6Figure'
    figures.push_back(CreateFigure(is));
                      ^~~~~~~~~~~~
                      _ZTI6Figure
[печатать | |
]
(1 907 b)
0.101s 0.014s 10