标签: 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; }