上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页
摘要: 链接:https://www.nowcoder.com/acm/contest/90/G 来源:牛客网 1.题目描述 景驰公司自成立伊始,公司便将“推动智能交通的发展,让人类的出行更安全,更高效,更经济,更舒适”作为公司使命,通过产业融合、建设智能汽车出行行业的方式,打造“利国、利民、利公司、利个人 阅读全文
posted @ 2018-03-26 20:03 Chasssser 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 链接:https://www.nowcoder.com/acm/contest/90/F 来源:牛客网 1.题目描述 给定n,求1/x + 1/y = 1/n (x<=y)的解数。(x、y、n均为正整数) 输入描述: 在第一行输入一个正整数T。 接下来有T行,每行输入一个正整数n,请求出符合该方程要 阅读全文
posted @ 2018-03-25 21:40 Chasssser 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 链接:https://www.nowcoder.com/acm/contest/90/E 来源:牛客网 1.题目描述 曾经有两个来自吉尔尼斯的人(A和C)恋爱了,他们晚上经常在一起看头上的那片名为假的回旋星空,有一天他们分手了,A想通过回旋星空测量他们之间的复合指数,测量的规则是,计算回旋图标的个数 阅读全文
posted @ 2018-03-25 19:04 Chasssser 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 链接:https://www.nowcoder.com/acm/contest/90/D 来源:牛客网 1.题目描述 掌握未来命运的女神 psd 师兄在拿了朝田诗乃的 buff 后决定去实习。 埃森哲公司注册成立于爱尔兰,是一家全球领先的专业服务公司,为客户提供战略、咨询、数字、技术和运营服务及解决 阅读全文
posted @ 2018-03-25 18:45 Chasssser 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 链接:https://www.nowcoder.com/acm/contest/90/A 来源:牛客网 1.题目描述 小明在坐景驰科技研发的无人车到达了目的地。 景驰科技(JingChi.ai)是一家由人工智能技术驱动、以无人驾驶技术为核心的智能出行公司。它将打造面向中国市场的全无人驾驶。 从无人车 阅读全文
posted @ 2018-03-25 18:27 Chasssser 阅读(200) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<algorithm> #include<cstring> #include<cstdio> using namespace std; char str1[1000], str2[1000]; int length[1000][1000]; // 阅读全文
posted @ 2018-03-21 20:59 Chasssser 阅读(111) 评论(0) 推荐(0) 编辑
摘要: Function return ceil 不小于给定值的最接近整数值 floor 不大于给定值的最接近整数 trunc (C++11) 绝对值不大于给定值的最接近整数 round(C++11) 最接近整数,中间情况下舍入到远离零 lround... 阅读全文
posted @ 2018-03-20 21:16 Chasssser 阅读(1711) 评论(0) 推荐(1) 编辑
摘要: 1.题目来源LOJ1282 You are given two integers: n and k, your task is to find the most significant three digits, and least significant three digits of nk. I 阅读全文
posted @ 2018-03-19 22:53 Chasssser 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1.如何处理stirng中的每个字符?(来自C++Primer中文版5th中P83)使用基于范围的for语句,比如下面的例子,输出每个字符#include#includeusing namespace std;int main(void){ string s("... 阅读全文
posted @ 2018-03-11 20:46 Chasssser 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 1.题目来源HDU1114 Sample Input 3 10 110 2 1 1 30 50 10 110 2 1 1 50 30 1 6 2 10 3 20 4 Sample Output The minimum amount of money in the piggy-bank is 60. 阅读全文
posted @ 2018-03-10 21:09 Chasssser 阅读(135) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 下一页