2020 12 15平時的小練習

2021-10-12 04:56:31 字數 1678 閱讀 2823

2001.計算兩點間的距離

#include

#include

#include

using namespace std;

int main()

cout<>n)

cout<>a>>b)

cout<<「偶數平方和」<>n>>m)

cout<>m>>n)

if(sumi)

}if(flag0)

cout<<「no」<2011.多項式求和

①#include

#include

#include

using namespace std;

int main()

③我把參***裡的陣列變成了輸入值

#include

#include

using namespace std;

double manysum(int n)

int main (void)

if(beishan[k]』\0』)

i++;

}if(flag)

return 1;

else

return 0;

}int main()

else

b[j++]=a[i];

}b[j]=』\0』;}}

int main()

p2->next=null;

return head;

}void print(student *head)

}student *del(student *head,int x)

while(p1->id!=x&&p1->next!=null)

if(p1->idx)

else

cout<<「not found node number:」p1=head;

while(p1->idid&&p1->next!=null)

if(p1->id>p0->id)

else

}else

return head;

}int main()

cout<<「charu:」;

cin>>x>>score;

while(x)

print(head);

return 0;

}上機實驗裡邊的題目

#include

using namespace std;

int main()}}

cout<>a[0];

cout<>x&&x!=0)

else if(x>=a[s-1])

a[s]=x;

}for(i=0;i<=s;i++)

coutcout<<*scout<<"*s="<<*s<<』\t』<<「i=」<#include

using namespace std;

int f(int x,int a)

int main()

;cout<=str;p–).

#include

using namespace std;

void f(int a,int *b)

int main()

;f(x[0],&x[0]);

cout

}x[0]傳過去只是單項賦值,就是把實參賦給形參,而指標是雙向的(如果是陣列作為形參也是雙向的)

無聊時做的小練習

1,開始有一對兔子,當兔子長到3個月大的時候可以生育並且每個月生一對兔子,假設兔子不死,那麼多少個月後會有多少兔子?using system using system.collections.generic using system.linq using system.text using syst...

Python time模組小練習 銀行凍結時間計算

銀行卡被凍結的時間為2019 12 11 14 06 05,銀行卡凍結的期限是 7 24 60 60秒,已知當前時間 比如 2019 12 13 14 06 05 用程式寫出銀行卡解凍還需 要多長時間,最後表達為 xx天 xx時xx分xx秒。while true dangqian time int ...

一些平時遇到的小bug,小知識點

input在拖拽中失效 修改拖拽外掛程式js中的引數 self.handle.on return true 但是以上只對非ie有效,實在沒辦法的情況下,採取下面的措施 1 只含有乙個input時,可以設定預設焦點 id focus 2 含有多個input時,通過點選事件獲取焦點 function g...