摘要: #include<iostream> #include<cctype> #include<cstring> #include<string> using namespace std; int main(){ char a[][5] = {".-","-...","-.-.","-..",".",". 阅读全文
posted @ 2021-11-10 19:22 智人心 阅读(52) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<cmath> #include<algorithm> using namespace std; #define maxn 1005 int inPair[maxn][2],width,total,cup; t 阅读全文
posted @ 2021-11-10 14:08 智人心 阅读(56) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; int main(){ int n; int x,y,z,data[10]; char name[10][10]; int maxv,minv,maxi,mini; while(scanf("%d",&n)==1&&n! 阅读全文
posted @ 2021-11-10 08:47 智人心 阅读(32) 评论(0) 推荐(0)