摘要: #include<iostream> #include<cstring> #include<cmath> using namespace std; int c[10005][10],data[10],tmp_data[10]; int main(){ memset(c,0,sizeof(c)); f 阅读全文
posted @ 2021-11-03 19:02 智人心 阅读(33) 评论(0) 推荐(0)
摘要: #include<iostream> #include<string.h> #include<ctype.h> using namespace std; int main(){ double score = 0,data[] = {12.01,1.008,16.00,14.01}; char dat 阅读全文
posted @ 2021-11-03 16:18 智人心 阅读(141) 评论(0) 推荐(0)
摘要: #include<iostream> #include<string.h> using namespace std; int main(){ char s[85]; scanf("%s",s); int i,j=0,score=0,len = strlen(s); for(i=0;i<len;i++ 阅读全文
posted @ 2021-11-03 15:23 智人心 阅读(28) 评论(0) 推荐(0)
摘要: #include<iostream> #include<string.h> using namespace std; #define maxn 105 int main(){ char s[maxn][maxn]; while(scanf("%s",s[0])==1){ int len = strl 阅读全文
posted @ 2021-11-03 15:03 智人心 阅读(39) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; int data[100005]; int main(){ int j,a[5],temp; for(int i=1;i<=100000;i++){ j = i; temp = i; while(j>0){ temp + 阅读全文
posted @ 2021-11-03 14:27 智人心 阅读(104) 评论(0) 推荐(0)
摘要: #include<iostream> #include<algorithm> #include<string.h> using namespace std; int data[50],target[50]; int number_data[15],number_target[15]; int mai 阅读全文
posted @ 2021-11-03 14:26 智人心 阅读(77) 评论(0) 推荐(0)
摘要: #include<iostream> #include<string.h> #include<ctype.h> using namespace std; const char* rev = "A 3 HIL JM O 2TUVWXY51SE Z 8 "; const char*msg[] = {"n 阅读全文
posted @ 2021-11-03 10:25 智人心 阅读(47) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; int main(){ int i,c; char a[] = {"`1234567890-=qwertyuiop[]\\asdfghjkl;'zxcvbnm,./'"}; while(c=getchar()){ for 阅读全文
posted @ 2021-11-03 08:54 智人心 阅读(69) 评论(0) 推荐(0)