HDU 1062 Text Reverse

  我的思路還是通過空格一個個子串找出來,然後交換位置。字符串最後\0的判斷踩了個坑WA了一次。。。 #include <stdio.h> #include <math.h> #include <iostream> using namespace std; void ReverseTarget(char str[1001],int beg,int end) { if(beg < 0 || b
相關文章
相關標籤/搜索