首页 > TAG信息列表 > 傻逼题
一个傻逼题
题目连接 体验++ 我们首先从确定算法着手 $ n=1e6 $ 根据常识,我们可以选择的有\(O(nlogn) or O(n)\) 同样根据常识\(O(nlogn)的玩意儿有二分,线段树等等\) \(O(n)\)的玩意儿有dp,贪心 \(dp\)我觉得起码要开二维才行,否则弄不出来的 那么就只剩下贪心和二分线段树之类的 首先二分PAT.phone_bills(傻逼题)
1016 Phone Bills (25分) A long-distance telephone company charges its customers by the following rules: Making a long-distance call costs a certain amount per minute, depending on the time of day when the call is made. When a customer starts conne20届美团提前批面经
去恒基大厦F座面的,那边办了一个校招的专场。 问题: 自我介绍 实习项目 逼逼完实习,让我写个题。 第一题:傻逼题 【10,100】 区间内能够同时被 3 和 5 整除的数字之和。。 这他妈的也算?? 第二题: 用Java实现一个类目树,参考淘宝有很多的类目。