洛谷CON1041 NOIP模擬賽一試

2021-09-07 07:03:00 字數 2108 閱讀 4474

a

例如:n=0時

然而,所以,我們讓

輸入格式:

n輸出格式:

輸入樣例#1:

2
輸出樣例#1:

16
n<=1000000

2^(2^n)

快速冪的方式log冪....就是n次平方

#include #include 

#include

#include

#include

#define debug(x) cout<

namespace

std;

typedef

long

long

ll;const

int mod=10007

;inline

intread()

while(c>='

0'&&c<='9')

return x*f;

}int

n;int ans=2

;int

main()

while(n--)

printf("%d

",ans%mod);

}

c有乙個立方體,分成了

有的小格出現了糖果,如果乙個格仔出現多次糖果,則以最後得糖果數為準,你到了這個小格就可以拿,你在(1,1,1),你要走到(n,n,n),且只能走最短路徑

問:你最多能拿到多少糖果

輸入格式:

n 以下若干行(eof結束),每行4個數,前三個數是座標,最後乙個數是糖果個數

輸出格式:

你最多拿到的糖果數

輸入樣例#1:

2

1 1 1 3

1 1 2 4

2 1 2 5

輸出樣例#1:

12
輸入樣例#2:

5
輸出樣例#2:

0
n<=100

糖果數<=100

水dp,立體了而已

#include #include 

#include

#include

#include

#define debug(x) cout<

namespace

std;

const

int n=105

;inline

intread()

while(c>='

0'&&c<='9')

return x*f;

}int

n,x,y,z,w[n][n][n];

intf[n][n][n];

intmain()

d還是那個立方體

還是那些糖

只是你需要走兩次

輸入格式:

見t3輸出格式:

同上輸入樣例#1:

2

1 1 2 3

1 2 2 3

1 2 1 3

輸出樣例#1:

9
n<=10

立體版傳紙條

(1,1,1)和(n,n,n)也不知道怎麼搞的

#include #include 

//#include

#include #include

#define debug(x) cout<

namespace

std;

typedef

long

long

ll;const

int n=11

;inline

intread()

while(c>='

0'&&c<='9')

return x*f;

}int

n,x,y,z,w[n][n][n];

int f[n][n][n][n][n*3

];inline

int max(int a,int

b)void

dp()

}int

main()

b

洛谷noip模擬賽 分組

小 c 在了解了她所需要的資訊之後,讓兔子們調整到了恰當的位置。小 c 準備給兔子 們分成若干個小組來喂恰當的胡蘿蔔給兔子們吃。此時,nn 只兔子按一定順序排成一排,第 ii 只兔子的顏色是 a iai 由於順序已經是被 調整好了的,所以每個小組都應當是序列上連續的一段。在分組前,小 c 發現了乙個...

洛谷 NOIP 模擬 DAY1

題目鏈結 每次新產生的兔子一定是前面的兔子生的。先預處理出菲波那切數列,然後用a f x 就是a的父親。f x 是小於a的最大的 include include include include define ll long long using namespace std const int n 3...

NOIP2017模擬 洛谷3939 數顏色

題目背景 洛谷 mnoip 模擬賽 day1 洛谷3939 題目描述 小 c 的兔子不是雪白的,而是五彩繽紛的。每只兔子都有一種顏色,不同的兔子可能有 相同的顏色。小 c 把她標號從 1 到 nn 的 nn 只兔子排成長長的一排,來給他們喂胡蘿蔔吃。排列完成後,第 ii 只兔子的顏色是ai 俗話說得...