ID 5410091
Пользователь Бурлакова Ксения Александровна
Время 17:12<< 26.09.2021 17:26 (11 д. 08:00) 17:30>>
Обработка 17:26 ... 17:26 (2,66 сек.)
Файл num.cpp (CLang++ 5.0.0 + Address Sanitizer)
Турнир 2 курс. Программирование на C++. Турнир 1, осень 2021
Задача B: Finite Field (Hard version)
Набор тестов
Ограничения Время: 5с Память: 512Мб
Состояние  [?]
CE Ошибка компиляции
код | результаты
In file included from main.cpp:8:0:
num.cpp:14:5: error: prototype for 'Num Num::operator=(const Num&)' does not match any in class 'Num'
 Num Num::operator=(const Num &other) {
     ^~~
In file included from main.cpp:7:0:
num.h:7:10: error: candidate is: Num& Num::operator=(const Num&)
     Num& operator=(const Num& other);
          ^~~~~~~~
0.039s 0.011s 9