만들어가는솔루션
#include #define N 5 void BubleSort(int Data[]); void main() { int array[N]; int i=0; while(i