第三章陣列和字串下

2021-07-27 08:00:32 字數 2513 閱讀 3452

//一道典型的水題。。。。。

#include

#include

#include

using

namespace

std;

int it[5];

char its[5]="acgt";

int main()

if (it[0] >= max(max(it[1],it[2]),it[3]) ) b[i] = its[0];

else

if(it[1] >= max(it[2],it[3]) ) b[i] = its[1];

else

if(it[2] >= it[3] ) b[i] = its[2];

else b[i] = its[3];

for (int j = 0; j < n; j++)

if (a[j][i] != b[i]) errors++;

cout

<< b[i];

}cout

<< endl << errors << endl;

}return

0;}

//找乙個莫名其妙的bug找了半天,看來還是剛開始思路不清晰;(>﹏<)

#include

#include

#include

using

namespace

std;

int yu[4000];

int chu[4000];

int main()

}//cout for(l = k+1; l <= k+m; l++)

}if(k==1)cout

<<'(';

for (int j = 1;; j++)

else

if(j == k-1)

if(j <= 50)cout

}printf(" %d = number of digits in repeating cycle\n\n",l-k+1);

}return

0;}

//水題

#include

#include

#include

using

namespace

std;

int main()

else j++;

}if(s[i])printf("no\n");

else

printf("yes\n");

}return

0;}

//抄來的,這個標頭檔案好清爽。。。

#includeusing namespace std;

struct facea[6];

bool cmp(face a, face b)

bool judge()

int main()

return0;

}

#include

#include

#include

#include

#include

using

namespace

std;

int main(),i;

int n2[300]=;

bool flag = 1;

int maxn = 0;

for (i = 0; flag && a[i];i++)

n[i]++;

if(a[i+j]+b[j]>'1'+'2')

//cout << a[i+j] + b[j] << ":" << n[i]<}

maxn=max(maxn,n[i]);

}//對調主機板。。。

flag = 1;

for (i = 0; flag && b[i];i++)

n2[i]++;

if(b[i+j]+a[j]>'1'+'2')

//cout << a[i+j] + b[j] << ":" << n[i]<}

maxn=max(maxn,n2[i]);

}//cout << maxn << endl;

//if(maxn == 0)maxn == 1;

cout

<< a.length()+b.length()-maxn 0;}

//這題也是借鑑來的

#include

#include

#include

#include

using

namespace

std;

long

long e[20][40];//存放指數次數

double m[20][40];//存放<10的部分

int main()

string it;

while(cin >> it && it!="0e0")

}return

0;}

第三章 字串

3 1 基本字串操作 字串是不可變的。類似以下的分片賦值是不合法的 website 3 com 報錯 3.2 字串格式化 在 的左側放置乙個字串,而右側放置希望格式化的值。format hello,s,s enough for ya?values world hot print format val...

第三章 Lua字串

字串用於表示文字。lua語言中的字串既可以表示單個字元,也可以表示一整本書籍 在 lua語言中,操作100k或者1m個字母組成的字串的程式也很常見。lua語言中的字串是一串位元組組成的序列,lua核心並不關心這些位元組究竟以何種方式編碼文字。在lua語言中,字元使用8個位元位來儲存 eight bi...

Python第三章 字串

第三章 字串 3.1 基本字串操作 python的字串和元組差不多,是不可以進行改變的,如果想改變值,可以嘗試list序列化之後在進行修改。3.2 字串格式化 精簡版 字串格式化使用字串格式化操作符 這個名字還是很恰當的 即 來實現。基本用法例子 1.format hello,s.s enough ...