update bomblab

This commit is contained in:
18218461270@163.com 2025-08-03 15:43:43 +08:00
parent 42535b0a7b
commit 6b57fe5286

View File

@ -62,7 +62,7 @@ void phase_2(char str[]) {
由此可知,输入应为 `1 2 4 8 16 32` 由此可知,输入应为 `1 2 4 8 16 32`
## Phase 3 ## Phase 3
这个 phase 包含一个 switch 语句。 这个 phase 包含一个跳转表,逆向为 switch 语句:
```c ```c
void phase_3(char str[]) { void phase_3(char str[]) {
int x, y; int x, y;