有100我的圍成一個圈,從1開始報數,報到14的這我的就要退出, 而後其餘人從新開始,從1報數,到14退出。問:最後剩下的是100人中的第幾我的?

public class Test { public static void main(String[] args) { // 建立一個ArrayList來存儲全部的人對應的數字 ArrayList<Integer> list = new ArrayList<Integer>(); // 使用for循環,向集合中添加對應的數字 for (int i = 1; i <= 100; i++) { li
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息
相關文章