题目链接: "HDU 5119" Problem Description Matt has N friends. They are playing a game together. Each of Matt’s friends has a magic number. In the game, Mat ...
分类:
移动开发 时间:
2019-09-14 00:48:37
阅读次数:
116
在python函数中, 可以使用如下方式声明并初始化参数 def to_smash(total_candies, n_friends=3): """Return the number of leftover candies that must be smashed after distributin ...
分类:
编程语言 时间:
2019-09-01 10:57:37
阅读次数:
66
题目 "题目链接" 互膜作为一种机房活动,在增进友谊、锻炼表达能力的同时,也能给蒟蒻以充分表达自己对神犇景仰之情的机会,可谓一举多得。 同时,它也是附中洗脑团队的日常。 每一天,n 个 OIer 都会围成一圈,为方便起见,我们不妨按顺时针为他们编号 1~n。 每个 OIer 都有一个 01 属性,这 ...
分类:
其他好文 时间:
2019-08-30 23:23:32
阅读次数:
113
Like everyone else, cows like to stand close to their friends when queuing for feed. FJ has N (2 <= N <= 1,000) cows numbered 1..N standing along a st ...
分类:
其他好文 时间:
2019-08-30 22:57:03
阅读次数:
121
链接: https://vjudge.net/problem/CodeForces 1167C 题意: In some social network, there are n users communicating with each other in m groups of friends. Le ...
分类:
其他好文 时间:
2019-08-16 00:49:23
阅读次数:
59
Bessie has moved to a small farm and sometimes enjoys returning to visit one of her best friends. She does not want to get to her old home too quickly ...
分类:
数据库 时间:
2019-08-12 01:09:23
阅读次数:
254
一、什么是CSRF? CSRF是Cross Site Request Forgery的缩写,翻译过来就是跨站请求伪造。那么什么是跨站请求伪造呢?让我一个词一个词的解释: 1、跨站:顾名思义,就是从一个网站到另一个网站。 2、请求:即HTTP请求。 3、伪造:在这里可以理解为仿造、伪装。 综合起来的意 ...
分类:
其他好文 时间:
2019-08-10 12:12:32
阅读次数:
94
yaml简介 YMAL:以数据为中心,比json和xml更适合做配置文件.官网说yaml是一种标记语言,但又不是一种标记语言我们大家可以好好探讨一下. yaml是不是一个标记语言,每个人都有自己独到的理解. 不妨我们来看看官方文档:https://docs.spring.io/spring-boot ...
分类:
编程语言 时间:
2019-08-09 23:24:10
阅读次数:
123
## Problem A A - Meeting of Old Friends CodeForces - 714A 题意: 解题说明:此题其实是求两段区间的交集,注意要去除掉交集中的某个点。 题解: C++版本一 #include<cstdio> #include<iostream> #includ ...
分类:
其他好文 时间:
2019-08-05 20:27:35
阅读次数:
156