2016年1月25日

摘要: A. Elephanthttp://codeforces.com/contest/617/problem/A 完全就是贪心的裸题可以很容易的发现要走尽量多的步数才能走到最接近n的地方,然后判断是不是刚好走到n就行了#include int main(){ int n; ... 阅读全文
posted @ 2016-01-25 19:59 JeremyGuo 阅读(185) 评论(0) 推荐(0) 编辑

导航