- 博客(5)
- 收藏
- 关注
原创 CCF 201809-2 买菜
文章目录一、题目简介二、实例代码一、题目简介二、实例代码代码如下(示例):#include <iostream>using namespace std;/* run this program using the console pauser or add your own getch, system("pause") or input loop */struct period{ long int start; long int end;};int main(int a
2020-11-23 21:56:32
73
原创 CCF 201709-2 公共钥匙盒
文章目录一、题目简介二、代码示例总结一、题目简介二、代码示例代码如下(示例):#include <iostream>#include <algorithm>using namespace std;/* run this program using the console pauser or add your own getch, system("pause") or input loop */struct key{ int id; int time; in
2020-11-19 11:09:25
90
原创 CCF 201609-2 火车购票
文章目录一、题目简介二、实例代码总结一、题目简介二、实例代码代码如下(示例): #include<iostream>using namespace std;int seat[21]={0};初始化数组,数组每一项代表每一行被占用的座位数。void put(int p){ for(int i=0;i<20;i++){ while(seat[i]<5){ cout<<i*5+1+seat[i]<&l
2020-11-11 13:49:22
113
原创 CCF 201604-2 俄罗斯方块
文章目录一、题目简介二、代码示例(C++)1.引入库总结一、题目简介二、代码示例(C++)1.引入库代码如下(示例):#include <iostream>using namespace std;/* run this program using the console pauser or add your own getch, system("pause") or input loop */int board[15+1][10];int block[4][4];/
2020-11-05 18:30:32
94
原创 CCF 201412-2 Z字形扫描
文章目录前言一、pandas是什么?二、使用步骤1.引入库2.读入数据总结新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入前言提示:这里可以添加本文要记录的大概内容:例如:随着人工智能的不断发展,机器学习这门技术也越来越重要,很多人都开启了学习机器学习,本文就介绍了机器学习的基础内容。提示:以下是本篇文章正文内容,下面案例可供参考一、pandas是什么?示例:pandas 是基于NumPy 的一种工具,该工具是为了解决数据分析任务而创建的。二、使用步骤1
2020-10-28 02:19:23
87
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人