Skip to content

Commit

Permalink
Update 蓝弧.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueArc0 authored Jan 13, 2024
1 parent 4a407db commit 9ea7f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/群友提交/第14题/蓝弧.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inline constexpr std::byte operator ""_b(unsigned long long int i)noexcept
}
void todo(std::byte*i)
{
for(;*i!=0xCC_b;++i)
for(;*i!=0xC3_b;++i)
{
if(*i==0x8B_b)
{
Expand Down

0 comments on commit 9ea7f7f

Please sign in to comment.