Can't sort an array in ARM. It's sorted, but there are numbers missing and duplicated

后端 未结 0 1954
被撕碎了的回忆
被撕碎了的回忆 2021-01-14 19:57

I\'m trying to implement a BubbleSort in ARM.

here\'s main.c:

#include 
#define SIZE 9

int sort(int*,int);

int main(){
        int arr         


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