- 博客(9)
- 资源 (1)
- 收藏
- 关注
原创 c++各位卡友,奧特曼卡自动抽(1~10元包)
上代码了~~~~ #include <bits/stdc++.h> #include <conio.h> #include <windows.h> using namespace std; char CH; char aaa; string str2[2]={"烫金","白金"}; string str3[2]={"银","金"}; string str4[2]={"烫金","半烫金"}; string str1[15]={"迪迦奥特曼","暗夜毒牙","欧布奥特曼
2022-05-21 19:24:04
496
原创 c++排 序~~~
史蒂夫 ——> 啊啊啊啊啊啊啊啊,排序算法好难写啊!!! 这代码太长了!!!<————Alex 老师 ———> 其实一点都不难! 输入n个数,从大到小排序 【输入】 3 67 32 68 【输出】 68 67 32 就像比身高一样: a[0]: him身高:2米 ...
2022-05-18 21:38:22
160
原创 # 函数(c++) 上
---------------------------------开始线----------------------------------- 先看一下下面的代码: #include <iostream> #include <cmath> #include <stdio.h> using namespace std; int main() { int n; cin>>n; printf("%.50lf",sqrt(n)); return 0; }
2022-05-04 20:50:31
140
原创 读心术(代码原创)
话不多说直接上代码! #include <bits/stdc++.h> #include <windows.h> #include <conio.h> using namespace std; char ch; char b[5]; int c[5]; void menu() { system("color F0"); cout<<setw(80)<<"读心术 2.0"<<endl; cout<<setw(80)
2022-05-02 22:19:03
1973
原创 c++制作小游戏
话不多说,直接上代码! #include <bits/stdc++.h> #include <conio.h> #include <windows.h> using namespace std; char s; char gxia='A',choose; int rand1,numn; bool flag=true; int cishu=0; void menu() { system("color 3D"); cout<<setw(80)<&l
2022-05-01 18:33:36
5086
3
《c++题目+代码1:初级 上》
2022-05-01
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人