In Berland recently a new collection of toys went on sale. This collection consists of 109 types of toys, numbered with integers from 1 to109. A toy f ...
分类:
其他好文 时间:
2017-04-16 11:04:35
阅读次数:
223
传送门:https://www.luogu.org/problem/lists?name=&orderitem=pid&tag=83%7C33 D1T1(toys) 题意:有n个小人,给你M条指令,每条指令可顺可逆(时针),问你操作后的位置在哪。 解题思路:裸模拟即可。 D1T2(running) ...
分类:
其他好文 时间:
2017-04-06 09:20:16
阅读次数:
310
1、Standard commands (标准命令)2、System calls (系统调用)3、Library functions (库函数)4、Special devices (设备说明)5、File formats (文件格式)6、Games and toys (游戏和娱乐)7、Miscell ...
分类:
系统相关 时间:
2017-03-07 08:38:41
阅读次数:
270
题目 ‘^’代表叉乘 ‘?’代表点乘 点积:a?b=ax*bx+ay*by 叉积:a^b=ax*by-bx*ay 有了这些,代码就呼之欲出了。 首先read(线段) 然后read(点) 发现满足二分性(点A一定在前t条线后,在后n-t条线前) 于是,二分优化查找 O(mlogn) ...
分类:
其他好文 时间:
2017-02-18 17:11:21
阅读次数:
304
TOYS Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 14433 Accepted: 6998 Description Calculate the number of toys that land in each bin of ...
分类:
其他好文 时间:
2017-01-26 23:17:39
阅读次数:
290
Problem Description Have you ever played quoit in a playground? Quoit is a game in which flat rings are pitched at some toys, with all the toys encirc... ...
分类:
其他好文 时间:
2017-01-14 16:03:16
阅读次数:
160
关于本篇博文 作者 北屿 http://www.cnblogs.com/beiyuoi/ 转载请保留该文字 写在前面 个人总结的点积叉积的概念和应用qwq. 更新记录 20160521-点积/叉积定义 几何意义 运算 基础应用 性质 20160609-题目简讲-Toys 点积 点积,又名点乘积、数量 ...
分类:
其他好文 时间:
2016-08-21 15:19:01
阅读次数:
473
题意:给定n(<=5000)条线段,把一个矩阵分成了n+1分了,有m个玩具,放在为位置是(x,y)。现在要问第几个位置上有多少个玩具。 思路:叉积,线段p1p2,记玩具为p0,那么如果(p1p2 ^ p1p0) (记得不能搞反顺序,不同的),如果他们的叉积是小于0,那么就是在线段的左边,否则右边。所 ...
分类:
其他好文 时间:
2016-08-10 22:42:34
阅读次数:
236
最近挺忙, 憋了一肚子的东西没有分享. 今天分享一个 Xamarin.Forms / WPF 的增强工具 , Visual Studio 扩展 : Xaml Power Toy 可以直接在 VS2015 的扩展和更新中搜索安装 , 或是从这里下载: https://visualstudiogalle ...
分类:
其他好文 时间:
2016-08-09 01:56:11
阅读次数:
561