Галиос Максим

Подсчёт фраз (Задача 1). Ok.

Код - Ok.

Тесты - Ok.

Tests.cpp:3:20: fatal error: catch.h: Нет такого файла или каталога

repo

(проверено 2 дек)

Календарь (Задача 2). Ok.

Код - Ok.

DateInterval operator = (const DateInterval interval);
DateInterval &operator = (const DateInterval interval);
bool operator==(const DateInterval interval) const;
Date&  operator = (const Date date);
bool operator==(const Date date) const;
std::string formDate(std::string format);
Date.cpp: In constructor ‘Date::Date()’:
Date.cpp:9:24: error: ‘localtime_s’ was not declared in this scope
  localtime_s(&now, &raw);
                        ^
// http://en.cppreference.com/w/c/chrono/localtime :
As with all bounds-checked functions, localtime_s is only guaranteed to be available if __STDC_LIB_EXT1__ is defined by the implementation and if the user defines __STDC_WANT_LIB_EXT1__ to the integer constant 1 before including time.h.
Date.cpp: In member function ‘std::__cxx11::string Date::formDate(std::__cxx11::string)’:
Date.cpp:215:15: warning: suggest parentheses around comparison in operand of ‘==’ [-Wparentheses]
  if (found[0] == found[1] == found[2] == found[3] == found[4] == found[5] == found[6]) str = "Invalid date format";
               ^

Тесты - Ok.

repo

(проверено 21 янв)

Морской бой (Задача 3). Ok.

Код - Ok.

repo

(проверено 29 дек)

Жизнь (Задача 4). Ok.

Код - Ok.

Демонстрация - Ok.

repo

(проверено 24 янв)