ID 5453983
Пользователь Росляков Владимир Олегович
Время 17:23<< 07.10.2021 17:26 (22 д. 07:59) 17:28>>
Обработка 17:26 ... 17:26 (5,47 сек.)
Файл 5453983.cpp (CLang++ 5.0.0 + Address Sanitizer)
Турнир 2 курс. Программирование на C++. Турнир 1, осень 2021
Задача C: Set
Набор тестов
Ограничения Время: 1с Память: 512Мб
Состояние  [?]
LI Ошибка проверки исходного кода
код | результаты
set.h:22:  If/else bodies with multiple statements require braces  [readability/braces] [4]
set.h:45:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
set.h:49:  Single-parameter constructors should be marked explicit.  [runtime/explicit] [5]
set.h:66:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
set.h:80:  Redundant blank line at the start of a code block should be deleted.  [whitespace/blank_line] [2]
set.h:92:  Is this a non-const reference? If so, make const or use a pointer: std::vector<int64_t> &other  [runtime/references] [2]
set.h:115:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
set.h:115:  Extra space before ( in function call  [whitespace/parens] [4]
set.h:115:  Use operator || instead of or  [readability/alt_tokens] [2]
set.h:119:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
set.h:123:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
set.h:130:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
set.h:130:  Extra space before ( in function call  [whitespace/parens] [4]
set.h:130:  Use operator || instead of or  [readability/alt_tokens] [2]
set.h:134:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
set.h:142:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
set.h:142:  Extra space before ( in function call  [whitespace/parens] [4]
set.h:142:  Use operator || instead of or  [readability/alt_tokens] [2]
set.h:150:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
Done processing set.h
Total errors found: 19
0.037s 0.009s 9