摘要: 1. 50个人围成一圈数到三和三的倍数时出圈,问剩下的人是谁?在原来的位置是多少? package com.test;import java.util.LinkedList;public class Shushu { public static int removeNM(int n, int m) ... 阅读全文
posted @ 2013-07-23 20:53 yql_dragonfly 阅读(387) 评论(0) 推荐(0)