If you use vim to open the code, the unmatched brackets in the current screen are marked in red. We all know that the code cannot be completely displayed on one screen, so the brackets on the current screen cannot match perfect。The key thing is that If you see red brackets in your code, it might be indicating a syntax error or a problem that the compiler has identified.
