随笔分类 -  ACM_牛客网练习题

上一页 1 2
Big Water Problem
摘要:链接:https://www.nowcoder.com/acm/contest/77/B来源:牛客网 Big Water Problem Big Water Problem 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 131072K,其他语言262144K 64bit IO Fo 阅读全文
posted @ 2018-02-25 18:14 蔡军帅 阅读(175) 评论(0) 推荐(0)
Call to your teacher
摘要:链接:https://www.nowcoder.net/acm/contest/76/F来源:牛客网 Call to your teacher Call to your teacher 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 32768K,其他语言65536K 64bit I 阅读全文
posted @ 2018-02-11 21:13 蔡军帅 阅读(204) 评论(1) 推荐(0)
老子的意大利炮呢
摘要:链接:https://www.nowcoder.net/acm/contest/76/G来源:牛客网 老子的意大利炮呢 老子的意大利炮呢 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 32768K,其他语言65536K 64bit IO Format: %lld 题目描述 自攻打过 阅读全文
posted @ 2018-02-11 21:11 蔡军帅 阅读(521) 评论(0) 推荐(0)
道路建设
摘要:链接:https://www.nowcoder.net/acm/contest/76/B来源:牛客网 道路建设 道路建设 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 65536K,其他语言131072K 64bit IO Format: %lld 题目描述 随着如今社会的不断变化 阅读全文
posted @ 2018-02-11 21:11 蔡军帅 阅读(153) 评论(0) 推荐(0)
通知小弟
摘要:链接:https://www.nowcoder.net/acm/contest/76/E来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 32768K,其他语言65536K 64bit IO Format: %lld 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C 阅读全文
posted @ 2018-02-11 21:06 蔡军帅 阅读(269) 评论(0) 推荐(0)
小明的挖矿之旅
摘要:链接:https://www.nowcoder.net/acm/contest/76/D来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 32768K,其他语言65536K 64bit IO Format: %lld 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C 阅读全文
posted @ 2018-02-11 21:02 蔡军帅 阅读(184) 评论(0) 推荐(0)
石油采集
摘要:链接:https://www.nowcoder.net/acm/contest/76/A来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 32768K,其他语言65536K 64bit IO Format: %lld 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C 阅读全文
posted @ 2018-02-11 20:59 蔡军帅 阅读(567) 评论(4) 推荐(0)
求交集
摘要:链接:https://www.nowcoder.net/acm/contest/76/C来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 32768K,其他语言65536K 64bit IO Format: %lld 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C 阅读全文
posted @ 2018-02-11 15:38 蔡军帅 阅读(229) 评论(0) 推荐(0)
1到8的全排列
摘要:#include #include #include #include using namespace std; int v[10]; int a[10]; void display() { int i; for (i = 1; i <= 8; i++) { if (i == 8) cout << a[i] << endl; else... 阅读全文
posted @ 2018-02-11 14:41 蔡军帅 阅读(814) 评论(0) 推荐(0)
酸碱滴定
摘要:链接:https://www.nowcoder.net/acm/contest/78/H来源:牛客网 有时候你会抱怨,什么时候才能到终点。 有时候你会迫不及待,怎么颜色还不改变。 滴定管长场的,我们的路长长的。 用心的放入每一滴,终点就在你手心。 今天小星需要去完成一个酸碱滴定实验。,实验室老师要求 阅读全文
posted @ 2018-02-07 19:19 蔡军帅 阅读(591) 评论(3) 推荐(1)
合成反应
摘要:链接:https://www.nowcoder.net/acm/contest/78/I来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 时间限制:C/C++ 1秒,其他语言2秒 空间限制 阅读全文
posted @ 2018-02-07 19:09 蔡军帅 阅读(409) 评论(0) 推荐(0)
大水题(容斥原理)
摘要:链接:https://www.nowcoder.net/acm/contest/75/G来源:牛客网 题目描述 给出一个数n,求1到n中,有多少个数不是2 5 11 13的倍数。 输入描述: 本题有多组输入每行一个数n,1<=n<=10^18. 输出描述: 每行输出输出不是2 5 11 13的倍数的 阅读全文
posted @ 2018-02-05 15:36 蔡军帅 阅读(164) 评论(0) 推荐(0)

上一页 1 2