ID 5476458
Пользователь Матвеев Ян Альбертович
Время 19:18<< 12.10.2021 19:24 (27 д. 09:57) 19:28>>
Обработка 19:24 ... 19:24 (2,66 сек.)
Файл 5476458.cpp (CLang++ 5.0.0 + Address Sanitizer)
Турнир 2 курс. Программирование на C++. Турнир 1, осень 2021
Задача E: Date
Набор тестов
Ограничения Время: 1с Память: 512Мб
Состояние  [?]
LI Ошибка проверки исходного кода
код | результаты
date.h:11:  Missing space before ( in if(  [whitespace/parens] [5]
date.h:12:  Missing space before ( in if(  [whitespace/parens] [5]
date.h:13:  Missing space before ( in if(  [whitespace/parens] [5]
date.h:14:  Else clause should never be on same line as else (use 2 lines)  [whitespace/newline] [4]
date.h:20:  Missing space before ( in for(  [whitespace/parens] [5]
date.h:26:  Missing space before ( in while(  [whitespace/parens] [5]
date.h:27:  Using C-style cast.  Use static_cast<char>(...) instead  [readability/casting] [4]
date.h:34:  Missing space before ( in if(  [whitespace/parens] [5]
date.h:37:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
date.h:37:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
date.h:43:  Missing space before ( in if(  [whitespace/parens] [5]
date.h:46:  An else should appear on the same line as the preceding }  [whitespace/newline] [4]
date.h:46:  If an else has a brace on one side, it should have it on both  [readability/braces] [5]
date.h:50:  "public:" should be preceded by a blank line  [whitespace/blank_line] [3]
Done processing date.h
Total errors found: 14
0.040s 0.012s 9