ID 5473553
Пользователь Матвеев Ян Альбертович
Время 21:19<< 11.10.2021 22:13 (26 д. 12:46) 22:14>>
Обработка 22:13 ... 22:13 (2,62 сек.)
Файл 5473553.cpp (CLang++ 5.0.0 + Address Sanitizer)
Турнир 2 курс. Программирование на C++. Турнир 1, осень 2021
Задача D: PrimeNumberGenerator
Набор тестов
Ограничения Время: 1с Память: 512Мб
Состояние  [?]
LI Ошибка проверки исходного кода
код | результаты
prime_gen.h:3:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
prime_gen.h:5:  private: should be indented +1 space inside class PrimeNumberGenerator  [whitespace/indent] [3]
prime_gen.h:10:  public: should be indented +1 space inside class PrimeNumberGenerator  [whitespace/indent] [3]
prime_gen.h:10:  "public:" should be preceded by a blank line  [whitespace/blank_line] [3]
prime_gen.h:13:  Empty loop bodies should use {} or continue  [whitespace/empty_loop_body] [5]
prime_gen.h:24:  Weird number of spaces at line-start.  Are you using a 2-space indent?  [whitespace/indent] [3]
prime_gen.h:24:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
prime_gen.h:31:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
prime_gen.h:31:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
Done processing prime_gen.h
Total errors found: 9
0.034s 0.012s 9