Vscode Complies the sorting algorithms but does not give any output. These are running fine in an online compiler.[I have MinGW installed]

后端 未结 0 1144
旧巷少年郎
旧巷少年郎 2021-01-02 12:13
/*Bubble sort*/
#include 
using namespace std;
//function to sort the array
int bubble_sort (int k[], int n){
     int t,ct=1;
     while(ct

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