This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
packageclass032;
publicclassCode03_PaperFolding{
publicstaticvoidprintAllFolds(intN){
process(1,N,true);
System.out.println();
}
// 假想中的当前节点,在i层,一共N层,
// 假想中的当前节点凹还是凸?down决定!down = true 凹 down = false 凸