Skip to content

Commit

Permalink
Fix int size
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Aug 23, 2024
1 parent 30d3324 commit 1244866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/beecrowd/1094/1094.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

int main() {
char t;
std::int16_t n, c = 0, r = 0, s = 0, soma = 0, e;
std::int32_t n, c = 0, r = 0, s = 0, soma = 0, e;

scanf("%d", &n);

Expand Down

0 comments on commit 1244866

Please sign in to comment.