摘要:
class Solution { public: void moveZeroes(vector<int>& nums) { // int cout_=0; // for(int i =0; i<nums.size();i++){ // if(nums[i]==0){ // cout_++; // } 阅读全文
posted @ 2025-09-15 18:46
MKT-porter
阅读(5)
评论(0)
推荐(0)
摘要:
1 阅读全文
posted @ 2025-09-15 12:33
MKT-porter
阅读(4)
评论(0)
推荐(0)
摘要:
1使用例子 #include <iostream> #include <map> #include <string> int main() { // 创建一个从string到int的map std::map<std::string, int> ageMap; // 插入元素 ageMap["Alic 阅读全文
posted @ 2025-09-15 12:33
MKT-porter
阅读(3)
评论(0)
推荐(0)
浙公网安备 33010602011771号