ID 5816030
Пользователь Абакаев Дени Исмаилович
Время 23:15<< 25.11.2021 23:16 (5 д. 05:13) 23:19>>
Обработка 23:16 ... 23:16 (6,56 сек.)
Файл 5816030.cpp (CLang++ 5.0.0 + Address Sanitizer)
Турнир 2 курс. Программирование на C++. Турнир 1, осень 2021
Задача C: Set
Набор тестов
Ограничения Время: 1с Память: 512Мб
Состояние  [?]
CE Ошибка компиляции
код | результаты
main.cpp: In function 'int main()':
main.cpp:37:29: error: no matching function for call to 'Set::Set()'
         Set s1(v1), s2(v2), s3;
                             ^~
In file included from main.cpp:16:0:
set.h:63:14: note: candidate: Set::Set(std::vector<long int>)
     explicit Set(std::vector<int64_t> array) {
              ^~~
set.h:63:14: note:   candidate expects 1 argument, 0 provided
set.h:5:7: note: candidate: Set::Set(const Set&)
 class Set {
       ^~~
set.h:5:7: note:   candidate expects 1 argument, 0 provided
0.034s 0.007s 9