摘要: a. 最近做过的最痛苦的a题。 平时a题最多也就5分钟,可是这题我却卡了近一个小时。题意很简单,以一种规则画圈, 然后求给出点需要转多少次方向.找规律方法 1 #include <stdio.h> 2 #include <string.h> 3 #include <math.h> 4 #include <algorithm> 5 #include <iostream> 6 using namespace std; 7 8 9 int main()10 {11 int x,y;12 scanf("%d%d",& 阅读全文
posted @ 2013-03-06 16:16 chenhuan001 阅读(201) 评论(0) 推荐(0) 编辑