ID 5407997
Пользователь Травка Евгения Александровна
Время 15:51<< 25.09.2021 15:53 (10 д. 06:27) 15:54>>
Обработка 15:53 ... 15:53 (3,13 сек.)
Файл 5407997.cpp (CLang++ 5.0.0 + Address Sanitizer)
Турнир 2 курс. Программирование на C++. Турнир 1, осень 2021
Задача E: Date
Набор тестов
Ограничения Время: 1с Память: 512Мб
Состояние  [?]
CE Ошибка компиляции
код | результаты
In file included from main.cpp:16:0:
date.h: In function 'std::__cxx11::string Format(int, int)':
date.h:30:20: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
     while (symbols != std::to_string(number).length()) {
            ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
date.h: In member function 'Date Date::DaysLater(int) const':
date.h:44:21: error: suggest parentheses around '&&' within '||' [-Werror=parentheses]
     if (days >= 366 && this->IsLeap() || days >= 365 && !(this->IsLeap())) {
         ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
[печатать | |
]
(2 106 b)
0.059s 0.018s 10