ciel专题

CodeForces 321 A - Ciel and Robot

【题目链接】:click here~~ 【题目大意】:一个robot 机器人 ,可以根据给定的指令行动,给你四种指令,robot初始位置是(0,0),指令一出,robot会重复行动,判断能否在无限行动的情况下经过点(n,m)。 【解题思路】其实仔细模拟一下,可以发现是有周期的,判断即可,见代码吧~~ 代码: #include <iostream>#include <algorithm

CodeForces 321A Ciel and Robot

题目链接:http://codeforces.com/problemset/problem/321/A Ciel and Robot time limit per test: 1 second memory limit per test: 256 megabytes input: standard input output: standard output

1600*B. Ciel and Flowers(数学找规律)

Problem - 322B - Codeforces 解析:         我们先贪心选择第四种混合方式,直到数量最少的那朵花用完为止。对于剩余的两种花,各自继续贪心选择各自的同颜色方式。         此时可能剩余的两种花数量只可能有以下四种形式(我们把数量多的放前面):         2,2      /         2,1        /      2,0