Terminal dose not display any input and output when debugging C++ on VS code

后端 未结 0 2033
一个人的身影
一个人的身影 2020-12-19 11:10

When I try a very simple C++ code on VS code:

#include
using namespace std;

int main()
{
    int a;
    cout<<"Please input: "         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题