import java.util.Scanner; // 经过列举前几个月的兔子数 1,1,2,3,5,8,13,21 会发现(下=本+上) // 定义临时变量,数据交换赋值,即可得出结果 public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); while (in.hasNextInt()) { int a = in.nextInt(); int m=0,n=1,c=...