摘要: 【UVa1252】 阅读全文
posted @ 2018-04-16 19:10 Ctfes 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 链接: https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1732 题意: 输入整数n(1≤n<2^31),求至少两个正整数,使得它们的最小公倍数为n,且这些 阅读全文
posted @ 2018-04-16 18:47 Ctfes 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 链接: https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1316 题意: 已知C(m,n) = m!/(n!(m-n)!),输入整数p, q, r, s(p 阅读全文
posted @ 2018-04-16 13:34 Ctfes 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 1 import java.io.*; 2 import java.util.*; 3 import static java.lang.Math.*; 4 import static java.util.Arrays.*; 5 6 public class Main { 7 { 8 try { 9 //System.setIn(... 阅读全文
posted @ 2018-04-16 13:13 Ctfes 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 链接: https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3321 题意: 有个裁判出的题太难,总是没人做,所以他很不爽。有一次他终于忍不住了,心想:“反正我 阅读全文
posted @ 2018-04-14 01:00 Ctfes 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 链接: https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2629 题意: 输入两个非负整数a、b和正整数n(0≤a,b<2^64,1≤n≤1000),你的任 阅读全文
posted @ 2018-04-13 13:44 Ctfes 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 链接: http://codeforces.com/problemset/problem/962/D 题意: 给出一个整数序列。选择其中最小且出现两次(或以上)的数,把最左边的两个从序列中移除,然后把它们的和放到它们的后面第一位。不断重复上述过程,直到序列中的每个数都是唯一的。输出最后的序列。 分析 阅读全文
posted @ 2018-04-12 20:01 Ctfes 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 链接: http://codeforces.com/problemset/problem/955/C 题意: Q次询问(1≤Q≤1e5),每次询问给出两个整数L, R(1≤L≤R≤1e18),求所有符合条件的整数x的个数。条件为:L≤x≤R,x = a的p次方(a, p为整数且a>0, p>1)。 阅读全文
posted @ 2018-04-11 16:40 Ctfes 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 链接: https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1758 题意: 某校有m个教师和n个求职者,需讲授s个课程(1≤s≤8,1≤m≤20,1≤n≤10 阅读全文
posted @ 2018-04-08 03:11 Ctfes 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 链接: https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3659 题意: 有n(n≤10000)台机器形成树状结构。要求在其中一些机器上安装服务器,使得每台 阅读全文
posted @ 2018-03-23 03:35 Ctfes 阅读(159) 评论(0) 推荐(0) 编辑