算法题:10359 - Tiling (递推,类斐波那契)2014-04-20 csdn博客 accelerator_Problem GTilingInput: standard inputOutput: standard outputTime Limit: 2 secondsMemory Limit: 32 MBIn how many ways can you tile a 2xn rectangle by 2x1 or 2x2 tiles?Here is a sample tiling of a 2x17 rectangle.

Here is a sample tiling of a 2x17 rectangle.Input and OutputInput is a sequence of lines, each line containing an integer number 0 <= n <= 250. For each line of input, output one integer number in a separate line giving the number of possible tilings of a 2xn rectangle.Sample Input2812100200Sample Output317127318451004001521529343311354702511071292029505993517027974728227441735014801995855195223534251