2020年9月30日
摘要: this is the first day i want to begain to write a diary about my routine life. Maybe there has a lot of mistakes. Finishing this task to the best of m 阅读全文
posted @ 2020-09-30 01:39 mmn 阅读(135) 评论(0) 推荐(0)
摘要: 题意: 给定长度L的轴,轴上有n个点,n个点可以向左右走,左到0,右到L+1,且两个点如果相向而走,碰面后都会转身离开 问这些点全部离开独木桥所需的最大和最小时间(每个点运动的速度为1m/s) 分析: 1,简单模拟题,最小的话,我想的是对每个点到桥两边距离取最小,之后再对这些值取最大即可; 2,这题 阅读全文
posted @ 2020-09-30 00:46 mmn 阅读(190) 评论(0) 推荐(0)