我最近编程时遇到一个奇怪的问题.我在循环里使用cout时什么也没有显示在终端里,但是在循环外的cout就没有问题.下面是我的部分源代码.如果有人需要更多部分的源代码才能帮我解决这个问题就请告诉我.谢谢!
cout<<"The arraysize is "<<arraysize<<endl;
cout<<"The Kth small number of the array will be provided after you input the value of K"<<endl<<"K<<";
cin>>k;
cout<<"Start searching..."<<endl;//到这里都没有问题