ID 5787879
Пользователь Акуленко Валерий Васильевич
Время 16.11.2021 22:54 (27 д. 20:54) 22:56>>
Обработка 22:54 ... 22:54 (2,92 сек.)
Файл 5787879.cpp (CLang++ 5.0.0 + Address Sanitizer)
Турнир 2 курс. Программирование на C++. Турнир 2, осень 2021
Задача F: Code format visitor
Набор тестов
Ограничения Время: 1с Память: 4000Мб
Состояние  [?]
LI Ошибка проверки исходного кода
код | результаты
format_visitor.h:14:  private: should be indented +1 space inside class FormatVisitor  [whitespace/indent] [3]
format_visitor.h:26:  Is this a non-const reference? If so, make const or use a pointer: string& param2  [runtime/references] [2]
format_visitor.h:32:  public: should be indented +1 space inside class FormatVisitor  [whitespace/indent] [3]
format_visitor.h:39:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
format_visitor.h:62:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
format_visitor.h:77:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
format_visitor.h:89:  Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line] [3]
format_visitor.h:85:  Add #include <utility> for move  [build/include_what_you_use] [4]
Done processing format_visitor.h
Total errors found: 8
0.029s 0.009s 9