test

Posted on 2019-05-15 13:38  漫漫路兮  阅读(134)  评论(0编辑  收藏  举报

test

void main (void)
{
    int a,b,temp;
    if(a>b){
        temp = a;
        a = b;
        b = temp;
      }
}

博客园

FSMC