ID 5929130
Пользователь Костюков Максим Сергеевич
Время 23.12.2021 20:16 (19 д. 20:17) 20:18>>
Обработка 20:16 ... 20:16 (4,48 сек.)
Файл 5929130.cpp (CLang++ 5.0.0 + Address Sanitizer)
Турнир 2 курс. Программирование на C++. Турнир 3, осень 2021
Задача C: Initialize vector
Набор тестов
Ограничения Время: 1с Память: 4000Мб
Состояние  [?]
LI Ошибка проверки исходного кода
код | результаты
initialize_vector.h:10:  Missing spaces around =  [whitespace/operators] [4]
initialize_vector.h:12:  Closing ) should be moved to the previous line  [whitespace/parens] [2]
initialize_vector.h:13:  Missing spaces around =  [whitespace/operators] [4]
initialize_vector.h:16:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
initialize_vector.h:20:  Namespace should be terminated with "// namespace details"  [readability/namespace] [5]
initialize_vector.h:24:  Missing spaces around =  [whitespace/operators] [4]
initialize_vector.h:25:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
initialize_vector.h:29:  { should almost always be at the end of the previous line  [whitespace/braces] [4]
initialize_vector.h:30:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
initialize_vector.h:13:  Add #include <vector> for vector<>  [build/include_what_you_use] [4]
initialize_vector.h:30:  Add #include <utility> for forward  [build/include_what_you_use] [4]
initialize_vector.h:31:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
Done processing initialize_vector.h
Total errors found: 12
0.052s 0.009s 9