Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Sep 22, 2024
1 parent 4f48b19 commit 50eb57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/beecrowd/1132/1132.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 50eb57b

Please sign in to comment.