feat(codeforces/970): a-f

This commit is contained in:
Barrett Ruth 2025-04-21 14:37:25 -04:00
parent ae73b1baf1
commit 4094b4cd7b
28 changed files with 1061 additions and 1 deletions

View file

@ -0,0 +1,9 @@
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortCompoundRequirementOnASingleLine: false
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLambdasOnASingleLine: false
AllowShortLoopsOnASingleLine: false