Skip to content

Commit

Permalink
Fix cpp solution for bigger n
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Jul 23, 2024
1 parent a695efb commit d6c5088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/beecrowd/1165/1165.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bool is_prime(std::int32_t n) {

int main() {
std::int32_t x;
std::int16_t n;
std::int32_t n;

std::cin >> n;

Expand Down

0 comments on commit d6c5088

Please sign in to comment.