劉汝佳《演算法競賽入門經典》索引筆記

2021-07-02 03:56:11 字數 734 閱讀 5722

2023年4月30日

acm學習技巧--14

浮點數陷阱--18

#include--22

fopen("input.txt","r",stdin)--25

#ifdef--26

%lld--29

大陣列在main外面宣告--34

memset(a,0,sizeof(a))--35

count++濫用--40

linux換行符問題--41

fgets(buf,sizeof(s),stdin)--41

eof結束--42

不包含標點,isalpha--42

strlen--47

sscanf--47

檔案結束符 ctrl+d--47

字串c與c++--48

typdef避開struct--53

assert--55

floor(sqrt(x)+0.5)--55

swap--59

int* t--62

字串仿整數運算--72

while(scanf()==2)--72

qsort--80

sort--120

浮點數==--85

%s的讀取規則--85

字串轉int--77

1e-9--82

什麼時候加'\0'--106

strchr--106

c語言傳回結構體指標 cpp用&

筆記 第五章(上)劉汝佳 演算法競賽入門經典

void swap2 int a,int b 表示傳引用 intmain 例 知識點解說詳見 p106 struct point 建構函式,特點 沒有返回值 引數中的0是預設值,沒有指明引數時相當於呼叫 point 0,0 來構造 x x 是簡化寫法,等同於 this x x point a,b 1...

演算法競賽入門經典 劉汝佳 第七章暴力

0 1 增量構造法 include include include include using namespace std int n,t 100 ans 100 void solve int cur,int tpre int main return 0 2 位向量法vis i 1表示選中t i 這...

《演算法競賽 入門經典》劉汝佳第四章

象棋uva1589 題目 給定乙個棋局,黑方僅剩一將,紅方剩2 7個棋子,型別有g 帥 h 馬 r 車 c 炮 現輪黑方走,判斷黑方下完後是否為輸,輸則輸出yes,不輸則 輸出no。輸入第一行n,x,y,接下去行,每行型別 ch 座標 x,y 以0 0 0為輸 入終止。sample 輸入 5 1 5...