Григорович Артём

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

Код - Ok.

$ ./phrases -n 3 ./phrases.cpp
Can't open input file -n
$ ./prog -n 4 main.cpp
cout << (10)
== 0) (7)
0) && (6)
buf = (6)

Тесты - Ok:

test.cpp:98:1: error: ‘map’ does not name a type
 map<string, int> countphr(const vector<string>& buffer)
tests-text2pharses.cpp:15:32: error: cannot bind non-const lvalue reference of type ‘std::istream& {aka std::basic_istream<char>&}’ to an rvalue of type ‘std::basic_istream<char>’
  REQUIRE(v1 == text2phrases(1, stringstream(in)));
                                ^~~~~~~~~~~~~~~~
tests-text2phrases.cpp:7:2: error: ‘stringstream’ was not declared in this scope
tests-text2phrases.cpp:16:2: error: ‘vector’ was not declared in this scope

repo

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

Код - Ok:

T2_head.h:25:2: error: extra qualification ‘Calendar::’ on member ‘Calendar’ [-fpermissive]
calend.cpp:70:2: error: ‘gmtime_s’ was not declared in this scope

calend.cpp:79:2: note: suggested alternative: ‘gmtime_r’

Тесты - Ok.

repo

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

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

Код - Ok.

repo

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

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

Код - ok.

repo