上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 42 下一页
摘要: #include<iostream> #include<algorithm> #include<cmath> using namespace std; int cmp(int a,int b){ return abs(a)<abs(b); } int main(){ int i,t,n,data[5 阅读全文
posted @ 2021-11-13 12:24 智人心 阅读(34) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> using namespace std; int main(){ char a[2][5];//不可以是a[2][4] int n,x,y,i,data[2][11]; scanf("%d",&n); while(n--){ 阅读全文
posted @ 2021-11-13 12:07 智人心 阅读(31) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> using namespace std; int main(){ char irr[25][2][25],tgt[25],vowel[]={'a','e','i','o','u'},tail[]={'o','s','x'},t 阅读全文
posted @ 2021-11-11 12:42 智人心 阅读(31) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> using namespace std; int main(){ char dict[10005][20],tar[20],tmp[20]; int count,i,j,diff_num; bool flag; count = 阅读全文
posted @ 2021-11-11 09:17 智人心 阅读(41) 评论(0) 推荐(0)
摘要: #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)
摘要: #include<iostream> using namespace std; int main(){ int n,x,y; scanf("%d",&n); while(n--){ scanf("%d%d",&x,&y); if(x<y)printf("NO BRAINS\n"); else pri 阅读全文
posted @ 2021-11-09 22:26 智人心 阅读(27) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> using namespace std; int main(){ char month[][10] = {"pop","no","zip","zotz","tzec", "xul","yoxkin","mol","chen", 阅读全文
posted @ 2021-11-07 15:57 智人心 阅读(39) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<string> #include<algorithm> using namespace std; string data[105]; int data_num[105]; int nixushu(string 阅读全文
posted @ 2021-11-07 14:21 智人心 阅读(49) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 42 下一页