01 2024 档案
摘要:#include <bits/stdc++.h> #include <windows.h> #define huang return #define da 0 #define shan ; #define Min 10 using namespace std; int a[11][11], a2[1
阅读全文
摘要:#include <iostream> #include <queue> using namespace std; int main() { int m,n; cin>>n>>m; queue<int> a; for(int i=1;i<=n;i++){ a.push(i); } int i=1;
阅读全文
摘要:#include<iostream> #include<queue> using namespace std; int main(){ queue<int> a; queue<int> b; int m,n,q; cin>>m>>n>>q; for(int i=1;i<=m;i++){ a.push
阅读全文
摘要:#include<iostream> using namespace std; struct ka{ string name; int age; string xin; }; int main(){ ka a[5]; ka t; for(int i=0;i<5;i++){ cin>>a[i].nam
阅读全文
摘要:#include<iostream> #include<iomanip> using namespace std; int main(){ double a; cin>>a; cout<<fixed<<setprecision(2)<<a<<endl; return 0; } #include<io
阅读全文
摘要:#include<iostream> #include<set> using namespace std; int main(){ int m,n,x=0,c[1000],p=-1; set<int> a; cin>>m>>n; int b; set<int>::iterator i; for(in
阅读全文
摘要:#include<iostream> #include<string> using namespace std; int b; string c,d; string jiami(string a,int key){ c=""; for(int i=0;i<a.size();i++){ if(a[i]
阅读全文
摘要:class tong{ private: int x; int a[100000]={0}; int m=5; public: void set(){ std::cout<<"请输入5个数进行比较:"; for(int i=0;i<5;i++){ std::cin>>x; a[x]++; } } v
阅读全文
摘要:#include<iostream> using namespace std; class Box{ private: double length; double width; public: void setLength(double length); void setWidth(double w
阅读全文
摘要:#include<iostream> using namespace std; int main(){ int n,a,b=0,d; cin>>n; int c=n; while(c!=0){ a=0; for(int i=1;i<=c;i+=3){ if(i==c && b==0){ b=d+1;
阅读全文
摘要:快捷命令 L 直线 M 移动 C 圆 EL 椭圆 XL 射线 轴线 RO 旋转 E 删除 H填充 TR 修剪 EX 延伸 PO 点 S 拉伸 U 返回 DDI 直径标注 DAN 角度标注 OP 系统选项设置 A 圆弧 T 多行文字 B 块定义 I 块插入 W 定义块文件 CO 复制 MI 镜像 O
阅读全文