ID 5481874
Пользователь Псарев Александр Павлович
Время 22:14<< 13.10.2021 22:15 (9 д. 02:32) 22:16>>
Обработка 22:15 ... 22:15 (7,53 сек.)
Файл 5481874.cpp (CLang++ 5.0.0 + Address Sanitizer)
Турнир 2 курс. Программирование на C++. Турнир 1, осень 2021
Задача C: Set
Набор тестов
Ограничения Время: 1с Память: 512Мб
Состояние  [?]
CE Ошибка компиляции
код | результаты
In file included from main.cpp:16:0:
set.h: In constructor 'Set::Set(const std::vector<long int>&)':
set.h:18:19: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
 for (int i = 0; i < vec.size(); i++) {
                 ~~^~~~~~~~~~~~
set.h: In member function 'Set Set::Union(const Set&)':
set.h:29:19: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
 for (int i = 0; i < join_set.S.size(); i++) {
                 ~~^~~~~~~~~~~~~~~~~~~
set.h:35:19: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
 for (int i = 0; i < this->S.size(); i++) {
                 ~~^~~~~~~~~~~~~~~~
set.h:41:28: error: 'new_S' was not declared in this scope
 std::sort(new_set.begin(), new_S.end());
                            ^~~~~
set.h: In member function 'Set Set::Intersection(const Set&)':
set.h:46:19: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
 for (int i = 0; i < s.S.size(); i++) {
                 ~~^~~~~~~~~~~~
set.h: In member function 'Set Set::Difference(const Set&)':
set.h:55:19: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
 for (int i = 0; i < join_set.S.size(); i++) {
                 ~~^~~~~~~~~~~~~~~~~~~
set.h: In member function 'Set Set::SymmetricDifference(const Set&)':
set.h:64:19: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
 for (int i = 0; i < s.S.size(); i++) {
                 ~~^~~~~~~~~~~~
set.h:69:19: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
 for (int i = 0; i < this->S.size(); i++) {
                 ~~^~~~~~~~~~~~~~~~
set.h: In member function 'bool Set::Contains(int64_t)':
set.h:82:19: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
 for (int i = 0; i < this->S.size(); i++) {
                 ~~^~~~~~~~~~~~~~~~
set.h: In member function 'void Set::Remove(int64_t)':
set.h:90:19: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
 for (int i = 0; i < this->S.size(); i++) {
                 ~~^~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
[печатать | |
]
(2 396 b)
0.056s 0.010s 10