- 博客(3)
- 收藏
- 关注
原创 想要吗吗吗?
import turtle turtle.title('???') # 窗口标题 turtle.speed(10) # 画笔速度,范围1~10 # 左手轮廓 def left_hand(): turtle.penup() turtle.goto(177, 112) turtle.pencolor("lightgray") turtle.pensize(3) turtle.fillcolor("white") turtle.begin_fill() .
2022-03-12 21:47:28
144
原创 车厢重组(水题)
#include<bits/stdc++.h> using namespace std; int a[10000]; int sum=0; int main(){ int n,temp,sum=0; cin>>n; for(int i=1;i<=n;i++){ cin>>a[i]; } for(int i=1;i<=n-1;i++){ for(int j=n;j>=i+1;j--){ if(a[j]<a[j-1]){ ...
2022-03-05 16:18:36
179
原创 c++飞机大战源代码
很好玩!!! #include<iostream> #include<windows.h> #include<conio.h> #include<time.h> #include<string> using namespace std; /*=============== all the structures ===============*/ typedef struct Frame { COORD position[2]; ...
2022-02-04 09:27:37
2357
1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人