但我希望像在线编译器中一样清楚地分开输入和输出。
eg:
(来自核编译器)
特别是在解决多个测试用例的CP问题时,我失去了输出的跟踪。
there是查看输入和输出的任务,类似于在线编码平台:
{
"label": "Run Python with i/o",
"type": "shell",
"command": "cls & echo Input: & python a.py > temp.txt & echo. & echo Output: & type temp.txt & del temp.txt",
"presentation": {
"showReuseMessage": false
}
}