diff --git a/solutions/beecrowd/1024/1024.c b/solutions/beecrowd/1024/1024.c index 234d773c..0abb3949 100644 --- a/solutions/beecrowd/1024/1024.c +++ b/solutions/beecrowd/1024/1024.c @@ -43,7 +43,7 @@ int main() { line[j] = line[j] + 3; } if (j >= line_length / 2) { - line[j] = line[j] - 1; + line[j]--; } }