该程序只是继续在崇高的文本终端窗口中输入

时间:2018-09-10 14:38:49

标签: c++ sublimetext3

未生成任何输出
崇高的文字终端窗口只是继续输入

  #include<iostream>
  using namespace std;
  int main()
  {
    int anumber;
    cout<<"please enter a number of decimal type :";
    cin>>anumber;
    cout<<"was this your number :"<<anumber;
  }

0 个答案:

没有答案