CLion 是否支持自定义输入?如果是,我在哪里输入它们?

Does CLion support custom input? If yes, where do I enter them?

如何在 CLion 中的 运行 程序后向 std::cin 提供输入?

当您从 CLion 中 运行 您的程序时,您应该会在屏幕底部(默认位置)的 Run window 中看到一个打开的选项卡,名称为您的程序作为选项卡标题。单击 window 内的光标,您将能够输入您的文本。