藍橋杯 入門訓練

2022-08-02 08:33:08 字數 880 閱讀 3223

begin-1 a+b問題  

**:

#include using

namespace

std;

inta, b;

intmain()

view code

begin-2 序列求和

**:

#include using

namespace

std;

long

long

n;long

long ans = 0

;int

main()

view code

begin-3 圓的面積

**:

#include using

namespace

std;

#define pi 3.14159265358979323

intr;

double

s;int

main()

view code

begin-4 fibonacci數列  

**:

#include using

namespace

std;

const

int maxn = 1e6 + 5

;const

int mod = 10007

;int

n;long

long

fib[maxn];

void

fibonacci()

}int

main()

view code

開始擼藍橋的題目啦 今天的第一件大事是卡著時間報名了藍橋 要加油鴨

藍橋杯入門訓練

1.a b問題 include int main 2.序列求和問題 include int main 3.圓的面積問題 include include define pi atan 1.0 4 int main 4.fibonacci數列 include int main 注意陣列的長度100000...

藍橋杯入門訓練 藍橋杯備賽

begin 1 a b問題str1 input str2 str1.split s int str2 0 int str2 1 print s begin 2 序列求和s int input 用公式計算而不用迴圈,避免超時 n s s 1 2print int n begin 3 圓的面積impor...

藍橋杯(一)入門訓練

時間限制 1.0s 記憶體限制 256.0mb 求1 2 3 n的值。輸入包括乙個整數n。輸出一行,包括乙個整數,表示1 2 3 n的值。說明 有一些試題會給出多組樣例輸入輸出以幫助你更好的做題。一般在提交之前所有這些樣例都需要測試通過才行,但這不代表這幾組樣例資料都正確了你的程式就是完全正確的,潛...