比赛场次 114
比赛名称 20111108
比赛状态 已结束比赛成绩
开始时间 2011-11-08 08:30:00
结束时间 2011-11-08 11:30:00
开放分组 全部用户
注释介绍
题目名称 分裂
输入输出 mushroom.in/out
时间限制 1000 ms (1 s)
内存限制 128 MiB
测试点数 10 简单对比
用户 结果 时间 内存 得分
GravatarDes. AAAAATTTTT 0.000 s 0.00 MiB 50
Gravatarmagic AAAAATTTTT 0.000 s 0.00 MiB 50
GravatarCzb。 AAAATWTTTT 0.000 s 0.00 MiB 40
Gravatarwk_noi AAAWWWWWWW 0.000 s 0.00 MiB 30
GravatarCitron酱 AAAWWWWWWW 0.000 s 0.00 MiB 30
GravatarMakazeu AAAWWWWWWW 0.000 s 0.00 MiB 30
Gravataryifeng AAAWWWWWWW 0.000 s 0.00 MiB 30
Gravatarlizhe AAATTTTTTT 0.000 s 0.00 MiB 30
Gravatarsong AAAWWWWWWW 0.000 s 0.00 MiB 30
GravatarTBK AAAWWWWWWW 0.000 s 0.00 MiB 30
Gravatarfanzeyi AAAWWWWWWW 0.000 s 0.00 MiB 30
Gravatarreamb AAAWWWWWWW 0.000 s 0.00 MiB 30
Gravatarwo shi 刘畅 AAAWWWWWWW 0.000 s 0.00 MiB 30
Gravatar王者自由 AAAWWWWWWW 0.000 s 0.00 MiB 30
Gravatarkaaala AAAWWWWWWW 0.000 s 0.00 MiB 30
GravatarTruth.Cirno AAAWWWWWWW 0.000 s 0.00 MiB 30
Gravatar血之侍卫 AAAEEEEEEE 0.000 s 0.00 MiB 30
Gravatar苏轼 AAAWWWWWWW 0.000 s 0.00 MiB 30
Gravatar11111111 AAAEEEEEEE 0.000 s 0.00 MiB 30
GravatarPom AAAWWTTTTT 0.000 s 0.00 MiB 30
Gravatarzhangyl AAAWWWWWWW 0.000 s 0.00 MiB 30
Gravatar风华正茂 AAATTTTTTT 0.000 s 0.00 MiB 30
GravatarQhelDIV AWWWWWWWWW 0.000 s 0.00 MiB 10
Gravatar日光。 WWWWWWWWWW 0.000 s 0.00 MiB 0
GravatarYeehok WWWWWWWEEE 0.000 s 0.00 MiB 0
GravatarCloud MMMMMMMMMM 0.000 s 0.00 MiB 0
Gravatarqiao C 0.000 s 0.00 MiB 0
Gravatarhello! RRRRRRRRRR 0.000 s 0.00 MiB 0
Gravatar临轩听雨ゐ MMMMMMMMMM 0.000 s 0.00 MiB 0

分裂

★☆   输入文件:mushroom.in   输出文件:mushroom.out   简单对比
时间限制:1 s   内存限制:128 MiB

【题目描述】

小m在宇宙中发现了一种奇怪的蘑菇,它每天都会固定分裂一次,长度为x的蘑菇会分裂成两个长度分别为x-1和x+l的蘑菇,但是长度为0的蘑菇是不存在的,所以长度为1的蘑菇只能生长成长度为2的蘑菇。  现在小m第一天有一个长度为2的蘑菇,他想知道第n天他有多少个蘑菇。

【输入格式】

一个整数n,意义同上

【输出格式】

一个整数ans

【样例输入】

mushroom.in

4

【样例输出】

mushroom.out

6

【数据范围】

1≤n≤10000