Skip to content

Commit d5c6f5b

Browse files
committed
try ci
1 parent 675dc42 commit d5c6f5b

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

.github/workflows/precommit.yml

-16
This file was deleted.

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ci:
12
repos:
23
- repo: https://github.com/pre-commit/pre-commit-hooks
34
rev: v3.2.0

solutions/bronze/cses-2431.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ int main() {
111111
ll k;
112112
cin >> q;
113113

114-
for (int i = 0; i < q; i++) {
114+
for (int i = 0; i < q; i++) {
115115
cin >> k;
116116
/*
117117
* Subtract k by sizes of groups until k becomes smaller than the size
@@ -214,4 +214,4 @@ for _ in range(int(input())):
214214
215215
</PySection>
216216
217-
</LanguageSection>
217+
</LanguageSection>

0 commit comments

Comments
 (0)