#1819. C++-函数-Pell数列
C++-函数-Pell数列
Background
Description
Pell 数列 1,2,3,…a1,a2,a3,… 的定义
给出一个正整数n(如:n=60时),试求 Pell 数列的第k 项模上32767是多少。
Format
Input
Output
Samples
60
13237
10
2378
Limitation
1s, 1024KiB for each test case.
Pell 数列 1,2,3,…a1,a2,a3,… 的定义
给出一个正整数n(如:n=60时),试求 Pell 数列的第k 项模上32767是多少。
60
13237
10
2378
1s, 1024KiB for each test case.
By signing up a PaiBlockly编程创客平台图形模块编程软件系统 universal account, you can submit code and join discussions in all online judging services provided by us.