When running my programs in VS Code terminal, the input and output are printed in the same terminal window.
But I want the input and output to be clearly separated, like in online compilers.
Eg:
(from OneCompiler)
Especially when solving CP problems with multiple test cases, I lose track of outputs.
