JohnHHXX

 

2023年4月5日

蓝桥-卡片

摘要: #include <bits/stdc++.h> // 包含所有常用的头文件 using namespace std; int a[10]; // 定义一个数组a,存储每个数字出现的次数 int main(){ memset(a, 0, 10); // 将数组a的所有元素初始化为0 for (lon 阅读全文

posted @ 2023-04-05 20:50 HIVhhxx 阅读(8) 评论(0) 推荐(0) 编辑

蓝桥-单词分析

摘要: https://www.lanqiao.cn/problems/504/learning/?page=1&first_category_id=1&sort=students_count&second_category_id=3 #include <bits/stdc++.h> // 包含所有常用的头 阅读全文

posted @ 2023-04-05 19:55 HIVhhxx 阅读(29) 评论(0) 推荐(0) 编辑

导航