diff --git a/labs/bomb/README.md b/labs/bomb/README.md index 979581b..e65899a 100644 --- a/labs/bomb/README.md +++ b/labs/bomb/README.md @@ -62,7 +62,7 @@ void phase_2(char str[]) { 由此可知,输入应为 `1 2 4 8 16 32`。 ## Phase 3 -这个 phase 包含一个 switch 语句。 +这个 phase 包含一个跳转表,逆向为 switch 语句: ```c void phase_3(char str[]) { int x, y;