Skip to content

Commit

Permalink
Added CF1739F
Browse files Browse the repository at this point in the history
  • Loading branch information
fei0319 committed Mar 5, 2024
1 parent 1c0ceec commit b84c898
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contest/cf1739/F.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ std::string construct_from(const std::string_view &s) {
}
S |= 1 << (c - 'a');
res = c + res;
} else {
return {};
}
}
return res;
Expand Down

0 comments on commit b84c898

Please sign in to comment.