Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 104 Bytes

File metadata and controls

5 lines (3 loc) · 104 Bytes

debug 思路

如果打印无输出,看看 printf 是否加了"\n"?

switch 里是否都有了 break?