diff --git a/solutions/beecrowd/1132/1132.cpp b/solutions/beecrowd/1132/1132.cpp index 4596d524..e204dc35 100644 --- a/solutions/beecrowd/1132/1132.cpp +++ b/solutions/beecrowd/1132/1132.cpp @@ -3,7 +3,7 @@ int main() { std::int16_t d, t, i, s = 0; - while(scanf("%d", &d) != EOF) { + while (scanf("%d", &d) != EOF) { scanf("%d", &t); std::int32_t s = 0;