第一题,移位 #include <iostream> #include <vector> using namespace std; void solution(vector<unsigned int>& nums){ for(auto& n : nums){ for(int i=0;&nb...