for(int i = 4 * scale; i > 0; i--) {
x = -1 * i + 6;
c = string(x, '/\\'); // Why Won't you work! It only prints the "\" no "/"
cout << "\\_" << c << "/\\" << c << "_/" << endl;
}
以上是我的一段代码。我的问题是为什么它只打印 \ 符号而忽略 / 。如果有人能回答这个问题,如果您需要更多我可能忘记在这篇文章中留下的信息,我们将不胜感激,只需发表评论,我会将其添加到帖子中