TinaCristal's Blog


  • Home

  • Tags

  • Categories

  • Archives

  • Search

蓝桥杯 日期问题

Posted on 2019-03-22

标题:日期问题

小明正在整理一批历史文献。这些历史文献中出现了很多日期。小明知道这些日期都在1960年1月1日至2059年12月31日。令小明头疼的是,这些日期采用的格式非常不统一,有采用年/月/日的,有采用月/日/年的,还有采用日/月/年的。更加麻烦的是,年份也都省略了前两位,使得文献上的一个日期,存在很多可能的日期与其对应。

Read more »

蓝桥杯 方格分割

Posted on 2019-03-22 | In 蓝桥杯

标题:方格分割

6x6的方格,沿着格子的边线剪开成两部分。
要求这两部分的形状完全相同。

如图:p1.png, p2.png, p3.png 就是可行的分割法。

Read more »

周总结(25)

Posted on 2019-03-22 | In 周总结

学习

用forest计时,每天学8个多小时左右,有时效率也低 ,只有5 6 个小时,但基本也能把握好学习节奏。也算是一种进步。

Read more »

A1087 All Roads Lead to Rome

Posted on 2019-03-22 | In pat

Indeed there are many different tourist routes from our city to Rome. You are supposed to find your clients the route with the least cost while gaining the most happiness.

Read more »

蓝桥杯 承压计算

Posted on 2019-03-22 | In 蓝桥杯

标题:承压计算

X星球的高科技实验室中整齐地堆放着某批珍贵金属原料。

Read more »

头文件 bits/stdc++.h

Posted on 2019-03-21 | In c++

#include<bits/stdc++.h>这个头文件包含以下等等C++中包含的所有头文件:

1
2
3
4
5
6
7
8
9
10
11
12
13
#include <iostream>
#include <cstdio>
#include <fstream>
#include <algorithm>
#include <cmath>
#include <deque>
#include <vector>
#include <queue>
#include <string>
#include <cstring>
#include <map>
#include <stack>
#include <set>

Read more »

蓝桥杯 购物单

Posted on 2019-03-21 | In 蓝桥杯

标题: 购物单
小明刚刚找到工作,老板人很好,只是老板夫人很爱购物。老板忙的时候经常让小明帮忙到商场代为购物。小明很厌烦,但又不好推辞。
这不,XX大促销又来了!老板夫人开出了长长的购物单,都是有打折优惠的。

Read more »

蓝桥杯 设置次数

Posted on 2019-03-21 | In 蓝桥杯

image

Read more »

蓝桥杯 全球变暖

Posted on 2019-03-21 | In 蓝桥杯

image

Read more »

蓝桥杯 递增三元组

Posted on 2019-03-21 | In 蓝桥杯

image

Read more »

1…456…45

TinaCristal

443 posts
57 categories
55 tags
GitHub E-Mail
© 2020 TinaCristal
Powered by Hexo
|
Theme — NexT.Mist v5.1.4