PLC论坛-全力打造可编程控制器专业技术论坛

 找回密码
 注册哦

QQ登录

只需一步,快速开始

微信扫码登录

查看: 1271|回复: 0

[求助]一道数学计算的题

[复制链接]
发表于 2008-1-25 13:54:00 | 显示全部楼层 |阅读模式

A.Adding Ones, Twos, and Threes
Time Limit: 1 Seconds Memory Limit: 32768 K
Description
Integer 4 can be expressed as a sum of 1s, 2s, and 3s in seven different ways as follows:
1+1+1+1, (1)
1+1+2, (2)
1+2+1, (3)
2+1+1, (4)
2+2, (5)
1+3, (6)
3+1. (7)
Write a program that determines the number of ways in which a given integer can be expressed as
a sum of 1s, 2s, and 3s. You may assume that the integer is positive and less than 36.

Input
The input consists of T test cases. The number of test cases (T ) is given in the
first line of the input file. Each test case consists of an integer written in a
single line.
Output
Print exactly one line for each test case. The line should contain an integer
representing the number of ways.
Sample Input
3
4
7
10
Sample Output
7
44
274

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册哦

本版积分规则

QQ|小黑屋|手机版|Archiver|PLC技术网-PLC论坛 ( 粤ICP备17165530号 )|网站地图

GMT+8, 2024-4-27 22:54 , Processed in 0.045661 second(s), 24 queries .

快速回复 返回顶部 返回列表